Skip to content

Commit 7c5d748

Browse files
committed
Set default SRCDIR/POSTGRESDIR to /usr/local/postgres95
1 parent f69b846 commit 7c5d748

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Makefile.global

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.11 1996/10/25 09:23:41 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.12 1996/10/25 09:24:56 scrappy Exp $
1111
#
1212
# NOTES
1313
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -63,12 +63,12 @@
6363
PORTNAME= UNDEFINED
6464

6565
# SRCDIR specifies where the source files are.
66-
SRCDIR= /home/tools/postgres95-1.02/src
66+
SRCDIR= /usr/local/postgres95/src
6767

6868
# For convenience, POSTGRESDIR is where DATADIR, BINDIR, and LIBDIR
6969
# and other target destinations are rooted. Of course, each of these is
7070
# changable separately.
71-
POSTGRESDIR= /home/tools/postgres95-1.02
71+
POSTGRESDIR= /usr/local/postgres95
7272

7373
# POSTGRESLOGIN is the login name of the user who gets special
7474
# privileges within the database. By default it is "postgres", but

0 commit comments

Comments
 (0)