]> granicus.if.org Git - postgresql/commitdiff
Get rid of PORTNAME from Makefile.global.in...
authorMarc G. Fournier <scrappy@hub.org>
Fri, 19 Dec 1997 21:29:28 +0000 (21:29 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Fri, 19 Dec 1997 21:29:28 +0000 (21:29 +0000)
src/Makefile.global.in

index b743ac688ce8dd2cc70694bfdc7fe0d6d8d6bc4b..35854091ef46986e2fe2aa3d1fc6ccbc3862539d 100644 (file)
@@ -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