We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e76bcb8 commit 2284cfaCopy full SHA for 2284cfa
src/Makefile.global.in
@@ -1,5 +1,5 @@
1
# -*-makefile-*-
2
-# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.191 2004/08/01 06:19:19 momjian Exp $
+# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.192 2004/08/15 00:41:51 momjian Exp $
3
4
#------------------------------------------------------------------------------
5
# All PostgreSQL makefiles include this file and use the variables it sets,
@@ -207,7 +207,7 @@ X = @EXEEXT@
207
208
# Perl
209
210
-PERL = @PERL@
+PERL = "@PERL@" # quoted for pathname with spaces
211
perl_archlibexp = @perl_archlibexp@
212
perl_privlibexp = @perl_privlibexp@
213
perl_useshrplib = @perl_useshrplib@
0 commit comments