make "local" *.local files take precedence over those in TOP/..

This commit is contained in:
dhickin
2014-12-03 16:55:25 +00:00
parent 95f7d1bfd6
commit fbb667b8de

View File

@ -20,8 +20,8 @@ CHECK_RELEASE = YES
# INSTALL_LOCATION here.
#INSTALL_LOCATION=</path/name/to/install/top>
-include $(TOP)/configure/CONFIG_SITE.local
-include $(TOP)/../CONFIG_SITE.local
-include $(TOP)/configure/CONFIG_SITE.local
ifdef WITH_COVERAGE
USR_CPPFLAGS += --coverage