Skip to content

Commit d937b4e

Browse files
committed
Removed a reference to DATADIR that still existed
1 parent fb70587 commit d937b4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Makefile.global.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.10 1997/02/08 20:39:24 momjian Exp $
10+
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.11 1997/02/12 11:05:10 scrappy Exp $
1111
#
1212
# NOTES
1313
# Essentially all Postgres make files include this file and use the
@@ -75,7 +75,7 @@ LINUX_ELF= true
7575

7676
LIBPQDIR:= $(SRCDIR)/libpq
7777

78-
# For convenience, POSTGRESDIR is where DATADIR, BINDIR, and LIBDIR
78+
# For convenience, POSTGRESDIR is where BINDIR, and LIBDIR
7979
# and other target destinations are rooted. Of course, each of these is
8080
# changable separately.
8181
POSTGRESDIR= /usr/local/pgsql

0 commit comments

Comments
 (0)