Syntax change for CONFIG definition. Added RELEASE.host.target include.

This commit is contained in:
Janet B. Anderson
2003-08-28 18:40:39 +00:00
parent e35c8d0774
commit eacaf67101

View File

@@ -17,14 +17,13 @@
# Common build definitions
#
ifndef CONFIG
CONFIG = $(TOP)/configure
endif
CONFIG ?= $(TOP)/configure
-include $(CONFIG)/os/CONFIG_COMPAT
-include $(CONFIG)/RELEASE
-include $(CONFIG)/RELEASE.$(EPICS_HOST_ARCH)
-include $(CONFIG)/RELEASE.$(EPICS_HOST_ARCH).$(T_A)
include $(CONFIG)/CONFIG_COMMON