Allow apps and extensions to define CONFIG.

This commit is contained in:
Janet B. Anderson
2008-04-18 16:28:02 +00:00
parent 9816887062
commit b02f69092c

View File

@@ -22,7 +22,7 @@ EPICS_BASE = $(INSTALL_LOCATION)
CONFIG = $(TOP)/configure
BASE_TOP=YES
else
CONFIG = $(EPICS_BASE)/configure
CONFIG ?= $(EPICS_BASE)/configure
endif
-include $(CONFIG)/os/CONFIG_COMPAT