summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-10-25 09:24:56 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-10-25 09:24:56 +0000
commit7c5d7485f01bc2641b81638dfbc7c517656da108 (patch)
treeeaa120c830bafd07b431959a4aca356fbd9d0bed
parentf69b84641a0435a3c5aa98191b2023d8e7348630 (diff)
downloadpostgresql-7c5d7485f01bc2641b81638dfbc7c517656da108.tar.gz
Set default SRCDIR/POSTGRESDIR to /usr/local/postgres95
-rw-r--r--src/Makefile.global6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.global b/src/Makefile.global
index 59f95911a5..ec72996864 100644
--- a/src/Makefile.global
+++ b/src/Makefile.global
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.11 1996/10/25 09:23:41 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.12 1996/10/25 09:24:56 scrappy Exp $
#
# NOTES
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -63,12 +63,12 @@
PORTNAME= UNDEFINED
# SRCDIR specifies where the source files are.
-SRCDIR= /home/tools/postgres95-1.02/src
+SRCDIR= /usr/local/postgres95/src
# For convenience, POSTGRESDIR is where DATADIR, BINDIR, and LIBDIR
# and other target destinations are rooted. Of course, each of these is
# changable separately.
-POSTGRESDIR= /home/tools/postgres95-1.02
+POSTGRESDIR= /usr/local/postgres95
# POSTGRESLOGIN is the login name of the user who gets special
# privileges within the database. By default it is "postgres", but