Moved include CONFIG_SITE.Host.<host>.

This commit is contained in:
Janet B. Anderson
2000-04-05 17:54:52 +00:00
parent e7cc15e120
commit 204da30d2f

View File

@@ -31,6 +31,7 @@ include $(CONFIG)/CONFIG_SITE
# Host architecture specific definitions
#
include $(CONFIG)/os/CONFIG.Host.$(EPICS_HOST_ARCH)
-include $(CONFIG)/os/CONFIG_SITE.Host.$(EPICS_HOST_ARCH)
ifdef T_A
@@ -43,7 +44,6 @@ endif
include $(CONFIG)/os/CONFIG.Target.$(T_A)
#
-include $(CONFIG)/os/CONFIG_SITE.Host.$(EPICS_HOST_ARCH)
-include $(CONFIG)/os/CONFIG_SITE.Target.$(T_A)
-include $(CONFIG)/os/CONFIG_SITE.$(EPICS_HOST_ARCH).$(T_A)