8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94bd4e3 commit 0d5c832Copy full SHA for 0d5c832
src/interfaces/Makefile
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.21 1998/12/18 17:53:22 momjian Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.22 1999/05/10 17:01:25 momjian Exp $
11
12
#-------------------------------------------------------------------------
13
@@ -52,7 +52,7 @@ install-perl5: perl5/Makefile
52
$(MAKE) -C perl5 clean
53
cd perl5 && POSTGRES_HOME="$(POSTGRESDIR)" perl Makefile.PL
54
$(MAKE) -C perl5 all
55
- @if [ -w `sed -n -e 's/^ *SITELIBEXP *= *//p' perl5/Makefile` ]; then \
+ @if [ -w `sed -n -e 's/^ *INSTALLSITELIBEXP *= *//p' perl5/Makefile` ]; then \
56
$(MAKE) $(MFLAGS) -C perl5 install; \
57
rm -f perl5/Makefile; \
58
else \
0 commit comments