summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier1997-12-19 21:29:28 +0000
committerMarc G. Fournier1997-12-19 21:29:28 +0000
commit4ee5f2b96524acc1f6b27eb8d304bb3a9f96b376 (patch)
tree21d31c70010611ee05cddf06357cc06c4cafc8b3
parent1f9eb5c106bfc7599d2a47bc74fae81764c867f6 (diff)
Get rid of PORTNAME from Makefile.global.in...
-rw-r--r--src/Makefile.global.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in
index b743ac688ce..35854091ef4 100644
--- a/src/Makefile.global.in
+++ b/src/Makefile.global.in
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.28 1997/12/17 04:03:30 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.29 1997/12/19 21:29:28 scrappy Exp $
#
# NOTES
# Essentially all Postgres make files include this file and use the
@@ -49,7 +49,9 @@
#
# make sure that you have no whitespaces after the PORTNAME setting
# or the makefiles can get confused
-PORTNAME= @PORTNAME@
+#
+# This should no longer be appropriate...scrappy@postgresql.org
+#PORTNAME= @PORTNAME@
# Ignore LINUX_ELF if you're not using Linux. But if you are, and you're
# compiling to a.out (which means you're using the dld dynamic loading