Commit 85170aa9 authored by Bruce Momjian's avatar Bruce Momjian

Change perl Makefile test.

parent 167529f2
......@@ -7,7 +7,7 @@
#
#
# 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
$(MAKE) -C perl5 clean
cd perl5 && POSTGRES_HOME="$(POSTGRESDIR)" perl Makefile.PL
$(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; \
rm -f perl5/Makefile; \
else \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment