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 4b9d84d commit 1220163Copy full SHA for 1220163
src/Makefile.global.in
@@ -1,5 +1,5 @@
1
# -*-makefile-*-
2
-# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.194 2004/08/28 22:55:06 momjian Exp $
+# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.195 2004/09/18 13:28:54 petere Exp $
3
4
#------------------------------------------------------------------------------
5
# All PostgreSQL makefiles include this file and use the variables it sets,
@@ -207,7 +207,8 @@ X = @EXEEXT@
207
208
# Perl
209
210
-PERL = "@PERL@" # quoted for pathname with spaces
+# quoted for pathname with spaces
211
+PERL = "@PERL@"
212
perl_archlibexp = @perl_archlibexp@
213
perl_privlibexp = @perl_privlibexp@
214
perl_useshrplib = @perl_useshrplib@
0 commit comments