Thanks to visit codestin.com Credit goes to github.com
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 167529f commit 85170aaCopy full SHA for 85170aa
src/interfaces/Makefile
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $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 $
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/^ *INSTALLSITELIBEXP *= *//p' perl5/Makefile` ]; then \
+ @if [ -w `sed -n -e 's/^ *INSTALLSITELIB *= *//p' perl5/Makefile` ]; then \
56
$(MAKE) $(MFLAGS) -C perl5 install; \
57
rm -f perl5/Makefile; \
58
else \
0 commit comments