From 85399c435c488c8a4bb7f299be90597e5d2f0590 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 29 Mar 2006 21:26:21 +0000 Subject: [PATCH] Added ifdef T_A around T_A includes. --- src/makeBaseExt/top/configure/CONFIG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/makeBaseExt/top/configure/CONFIG b/src/makeBaseExt/top/configure/CONFIG index 49ac5ecc3..8114509fb 100644 --- a/src/makeBaseExt/top/configure/CONFIG +++ b/src/makeBaseExt/top/configure/CONFIG @@ -4,8 +4,10 @@ INSTALL_IDLFILE = $(INSTALL) include $(TOP)/configure/RELEASE -include $(TOP)/configure/RELEASE.$(EPICS_HOST_ARCH) +ifdef T_A -include $(TOP)/configure/RELEASE.Common.$(T_A) -include $(TOP)/configure/RELEASE.$(EPICS_HOST_ARCH).$(T_A) +endif CONFIG=$(EPICS_BASE)/configure include $(CONFIG)/CONFIG