From a28e3faf669fd29d520fe59b08d9d60bd58d64c5 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 19 Dec 2001 15:35:47 +0000 Subject: [PATCH] Removed duplicate ifdef test. --- src/makeBaseExt/top/configure/CONFIG_EXTENSIONS | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/makeBaseExt/top/configure/CONFIG_EXTENSIONS b/src/makeBaseExt/top/configure/CONFIG_EXTENSIONS index 2cd71784f..365ceef04 100644 --- a/src/makeBaseExt/top/configure/CONFIG_EXTENSIONS +++ b/src/makeBaseExt/top/configure/CONFIG_EXTENSIONS @@ -27,9 +27,7 @@ endif # Site specific host-target combination definitions -include $(TOP)/configure/os/CONFIG_SITE.$(EPICS_HOST_ARCH).$(T_A) -ifdef T_A -include $(TOP)/configure/O.$(T_A)/CONFIG_APP_INCLUDE -endif endif