aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2004-09-18 13:28:54 +0000
committerPeter Eisentraut <peter_e@gmx.net>2004-09-18 13:28:54 +0000
commit122016379da253b1645c7af1b800554e0c96cb68 (patch)
tree8b8275b5db9bc6ffe5f3927792cbda889af4f644
parent4b9d84d4505993e0df6afd979092bce6093e055e (diff)
downloadpostgresql-122016379da253b1645c7af1b800554e0c96cb68.tar.gz
postgresql-122016379da253b1645c7af1b800554e0c96cb68.zip
Move comment at end of line to a separate line so trailing tabs don't
become part of the make variable value.
-rw-r--r--src/Makefile.global.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in
index 0d34231e588..c4974b483c9 100644
--- a/src/Makefile.global.in
+++ b/src/Makefile.global.in
@@ -1,5 +1,5 @@
# -*-makefile-*-
-# $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 $
#------------------------------------------------------------------------------
# All PostgreSQL makefiles include this file and use the variables it sets,
@@ -207,7 +207,8 @@ X = @EXEEXT@
# Perl
-PERL = "@PERL@" # quoted for pathname with spaces
+# quoted for pathname with spaces
+PERL = "@PERL@"
perl_archlibexp = @perl_archlibexp@
perl_privlibexp = @perl_privlibexp@
perl_useshrplib = @perl_useshrplib@