aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1997-02-12 11:05:10 +0000
committerMarc G. Fournier <scrappy@hub.org>1997-02-12 11:05:10 +0000
commitd937b4efdbeead812658eb119186e83c038aeacb (patch)
treeeef5a87780ca8d8fda7dfeea8350239558a35923 /src
parentfb70587c1d5e111dfe63893c4dd934b430267ef5 (diff)
downloadpostgresql-d937b4efdbeead812658eb119186e83c038aeacb.tar.gz
postgresql-d937b4efdbeead812658eb119186e83c038aeacb.zip
Removed a reference to DATADIR that still existed
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.global.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in
index e858b3618a0..642ae9dd324 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.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