include CONFIG_SITE.local instead of CONFIG.local at top-level.

This commit is contained in:
dhickin
2014-12-03 16:10:24 +00:00
parent 44a072b799
commit 95f7d1bfd6

View File

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