From 5c8b48e8f09c6c875e1f65f079150732ab578efe Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 30 Mar 2006 16:59:06 +0000 Subject: [PATCH] Added includes for host specific RELEASE and CONFIG_SITE files. --- src/makeBaseApp/top/configure/CONFIG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/makeBaseApp/top/configure/CONFIG b/src/makeBaseApp/top/configure/CONFIG index ca1eb4287..55ed7e861 100644 --- a/src/makeBaseApp/top/configure/CONFIG +++ b/src/makeBaseApp/top/configure/CONFIG @@ -2,6 +2,7 @@ include $(TOP)/configure/RELEASE -include $(TOP)/configure/RELEASE.$(EPICS_HOST_ARCH) +-include $(TOP)/configure/RELEASE.$(EPICS_HOST_ARCH).Common ifdef T_A -include $(TOP)/configure/RELEASE.Common.$(T_A) -include $(TOP)/configure/RELEASE.$(EPICS_HOST_ARCH).$(T_A) @@ -14,6 +15,7 @@ include $(CONFIG)/CONFIG INSTALL_LOCATION = $(TOP) include $(TOP)/configure/CONFIG_SITE -include $(TOP)/configure/CONFIG_SITE.$(EPICS_HOST_ARCH) +-include $(TOP)/configure/CONFIG_SITE.$(EPICS_HOST_ARCH).Common ifdef T_A -include $(TOP)/configure/CONFIG_SITE.Common.$(T_A)