提交 0da293f8 编写于 作者: M Marc G. Fournier

Fix for using Makefile.custom

Suggested/Submitted by: darcy@druid.druid.com
Cleaner Method Submitted by: Bryan Henderson <bryanh@giraffe.netgate.net>
上级 ba628ef1
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # IDENTIFICATION
# $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 $
# #
# NOTES # NOTES
# This is seen by any Makefiles that include mk/postgres.mk. To # This is seen by any Makefiles that include mk/postgres.mk. To
...@@ -322,6 +322,7 @@ objdir= obj ...@@ -322,6 +322,7 @@ objdir= obj
# when you upgrade the source) so you have to create at least an # when you upgrade the source) so you have to create at least an
# empty one. Run "touch Makefile.custom" in the source directory # empty one. Run "touch Makefile.custom" in the source directory
# to create an empty customization file. Make your local changes. # to create an empty customization file. Make your local changes.
ifneq ($(wildcard $(MKDIR)/../Makefile.custom), )
# include $(MKDIR)/../Makefile.custom include $(MKDIR)/../Makefile.custom
endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册