mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
Include complete Makefile.global if available,
rather than just Makefile.custom.
This commit is contained in:
parent
03a7cd1788
commit
e98562a511
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user