]> granicus.if.org Git - postgresql/commitdiff
Removed a reference to DATADIR that still existed
authorMarc G. Fournier <scrappy@hub.org>
Wed, 12 Feb 1997 11:05:10 +0000 (11:05 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Wed, 12 Feb 1997 11:05:10 +0000 (11:05 +0000)
src/Makefile.global.in

index e858b3618a0f724dfaffd9bc4ac1354911bb4831..642ae9dd3248e4d62ee53ce8fefea7f2275c8e54 100644 (file)
@@ -7,7 +7,7 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.10 1997/02/08 20:39:24 momjian Exp $
+#    $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.11 1997/02/12 11:05:10 scrappy Exp $
 #
 # NOTES
 #    Essentially all Postgres make files include this file and use the 
@@ -75,7 +75,7 @@ LINUX_ELF= true
 
 LIBPQDIR:= $(SRCDIR)/libpq
 
-# For convenience, POSTGRESDIR is where DATADIR, BINDIR, and LIBDIR 
+# For convenience, POSTGRESDIR is where BINDIR, and LIBDIR 
 # and other target destinations are rooted.  Of course, each of these is 
 # changable separately.
 POSTGRESDIR= /usr/local/pgsql