Fix so the CONFIG_APP_INCLUDE files for base get included.

This commit is contained in:
Andrew Johnson
2003-02-07 19:18:05 +00:00
parent dedb6c25f4
commit 05d4a234aa
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -23,6 +23,6 @@ CONFIGS += $(subst ../,,$(wildcard ../RULES*))
CONFIGS += $(subst ../,,$(wildcard ../tools/*.pl))
TARGETS = $(CONFIG_TARGETS)
TARGETS = CONFIG_APP_INCLUDE
include $(TOP)/configure/RULES