summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier1996-09-23 18:17:42 +0000
committerMarc G. Fournier1996-09-23 18:17:42 +0000
commit4ca1e1300c7e85cbc81595d4801339b9dff77250 (patch)
tree785ce34937062d3b169ac8601dcb0027df53c201 /src
parent87799e38f172e31ba3f3c7e8c2045486cfb6d2c6 (diff)
Change the comments pertaining to Makefile.custom
Submitted by: darcy@druid.druid.com (D'Arcy J.M. Cain)
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.global10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/Makefile.global b/src/Makefile.global
index 3e1e55e2b49..99aa95cab7d 100644
--- a/src/Makefile.global
+++ b/src/Makefile.global
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.34 1996/09/23 08:43:40 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.35 1996/09/23 18:17:42 scrappy Exp $
#
# NOTES
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -317,11 +317,9 @@ objdir= obj
#
# Customization.
#
-# This includes your local customizations. This file doesn't exist
-# in the original distribution (so that it doesn't get overwritten
-# when you upgrade the source) so you have to create at least an
-# empty one. Run "touch Makefile.custom" in the source directory
-# to create an empty customization file. Make your local changes.
+# This includes your local customizations if Makefile.custom exists
+# in the source directory. This file doesn't exist in the original
+# distribution so that it doesn't get overwritten when you upgrade.
ifneq ($(wildcard $(MKDIR)/../Makefile.custom), )
include $(MKDIR)/../Makefile.custom
endif