From 204da30d2ff18cdae9786552352b227f48f5760c Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 5 Apr 2000 17:54:52 +0000 Subject: [PATCH] Moved include CONFIG_SITE.Host.. --- configure/CONFIG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/CONFIG b/configure/CONFIG index fa8ed0010..c31e9a2c6 100644 --- a/configure/CONFIG +++ b/configure/CONFIG @@ -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)