X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Modules%2FMakefile.tpl;h=964f5cecf717e45642b869163b6d0671a158fc32;hb=0255883b3e68d607b8250006927575fe15a7f23b;hp=ae6d57484dc502068509005a0aacb99d7eae2164;hpb=6ea2f6040da80c963882f6ccfe4bf21ff048eaff;p=tpg%2Facess2.git diff --git a/Modules/Makefile.tpl b/Modules/Makefile.tpl index ae6d5748..964f5cec 100644 --- a/Modules/Makefile.tpl +++ b/Modules/Makefile.tpl @@ -5,6 +5,7 @@ _CPPFLAGS := $(CPPFLAGS) CFGFILES = +CFGFILES += $(shell test -f ../../../Makefile.cfg && echo ../../../Makefile.cfg) CFGFILES += $(shell test -f ../../Makefile.cfg && echo ../../Makefile.cfg) CFGFILES += $(shell test -f ../Makefile.cfg && echo ../Makefile.cfg) CFGFILES += $(shell test -f Makefile.cfg && echo Makefile.cfg)