Skip to content

Commit e98562a

Browse files
author
Thomas G. Lockhart
committed
Include complete Makefile.global if available,
rather than just Makefile.custom.
1 parent 03a7cd1 commit e98562a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ SRCDIR= ../../src
77
TAR= tar
88
TAREXCLUDE= --exclude=Makefile --exclude='*.sgml'
99

10-
# Pick up Makefile.custom from the source area
10+
# Pick up Makefile.global from the source area
1111
# This is the only resource from the code source area and is optional
1212

13-
ifneq ($(wildcard $(SRCDIR)/Makefile.custom), )
14-
include $(SRCDIR)/Makefile.custom
13+
ifneq ($(wildcard $(SRCDIR)/Makefile.global), )
14+
include $(SRCDIR)/Makefile.global
1515
endif
1616

1717
SRC= admin postgres programmer tutorial user

0 commit comments

Comments
 (0)