We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba628ef commit 0da293fCopy full SHA for 0da293f
src/Makefile.global
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.33 1996/09/23 08:37:41 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.34 1996/09/23 08:43:40 scrappy Exp $
11
12
# NOTES
13
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -322,6 +322,7 @@ objdir= obj
322
# when you upgrade the source) so you have to create at least an
323
# empty one. Run "touch Makefile.custom" in the source directory
324
# to create an empty customization file. Make your local changes.
325
-
326
-# include $(MKDIR)/../Makefile.custom
+ifneq ($(wildcard $(MKDIR)/../Makefile.custom), )
+include $(MKDIR)/../Makefile.custom
327
+endif
328
0 commit comments