From 05d4a234aa14cf724e0043f4e4449c50700fcd7d Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 7 Feb 2003 19:18:05 +0000 Subject: [PATCH] Fix so the CONFIG_APP_INCLUDE files for base get included. --- configure/CONFIG | 2 +- configure/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure/CONFIG b/configure/CONFIG index 4d856b019..7cb2b9f2d 100644 --- a/configure/CONFIG +++ b/configure/CONFIG @@ -41,7 +41,7 @@ include $(CONFIG)/CONFIG_SITE # include $(CONFIG)/os/CONFIG.$(EPICS_HOST_ARCH).Common -include $(CONFIG)/os/CONFIG_SITE.$(EPICS_HOST_ARCH).Common - +-include $(CONFIG)/O.$(T_A)/CONFIG_APP_INCLUDE ifdef T_A diff --git a/configure/Makefile b/configure/Makefile index d0db30b9e..92fef24ad 100644 --- a/configure/Makefile +++ b/configure/Makefile @@ -23,6 +23,6 @@ CONFIGS += $(subst ../,,$(wildcard ../RULES*)) CONFIGS += $(subst ../,,$(wildcard ../tools/*.pl)) -TARGETS = $(CONFIG_TARGETS) +TARGETS = CONFIG_APP_INCLUDE include $(TOP)/configure/RULES