Skip to content
Snippets Groups Projects
Commit e98562a5 authored by Thomas G. Lockhart's avatar Thomas G. Lockhart
Browse files

Include complete Makefile.global if available,

 rather than just Makefile.custom.
parent 03a7cd17
No related branches found
No related tags found
No related merge requests found
......@@ -7,11 +7,11 @@ SRCDIR= ../../src
TAR= tar
TAREXCLUDE= --exclude=Makefile --exclude='*.sgml'
# Pick up Makefile.custom from the source area
# Pick up Makefile.global from the source area
# This is the only resource from the code source area and is optional
ifneq ($(wildcard $(SRCDIR)/Makefile.custom), )
include $(SRCDIR)/Makefile.custom
ifneq ($(wildcard $(SRCDIR)/Makefile.global), )
include $(SRCDIR)/Makefile.global
endif
SRC= admin postgres programmer tutorial user
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment