Skip to content
Snippets Groups Projects
Commit 85170aa9 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Change perl Makefile test.

parent 167529f2
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.22 1999/05/10 17:01:25 momjian Exp $ # $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.23 1999/05/21 19:03:48 momjian Exp $
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
...@@ -52,7 +52,7 @@ install-perl5: perl5/Makefile ...@@ -52,7 +52,7 @@ install-perl5: perl5/Makefile
$(MAKE) -C perl5 clean $(MAKE) -C perl5 clean
cd perl5 && POSTGRES_HOME="$(POSTGRESDIR)" perl Makefile.PL cd perl5 && POSTGRES_HOME="$(POSTGRESDIR)" perl Makefile.PL
$(MAKE) -C perl5 all $(MAKE) -C perl5 all
@if [ -w `sed -n -e 's/^ *INSTALLSITELIBEXP *= *//p' perl5/Makefile` ]; then \ @if [ -w `sed -n -e 's/^ *INSTALLSITELIB *= *//p' perl5/Makefile` ]; then \
$(MAKE) $(MFLAGS) -C perl5 install; \ $(MAKE) $(MFLAGS) -C perl5 install; \
rm -f perl5/Makefile; \ rm -f perl5/Makefile; \
else \ else \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment