From 7bf363601f619e1fcaeb766d3472c649f2883cb4 Mon Sep 17 00:00:00 2001 From: MarkRivers <rivers@cars.uchicago.edu> Date: Wed, 5 Jan 2005 04:53:32 +0000 Subject: [PATCH] Changes for 3.14.7 --- configure/CONFIG_APP | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure/CONFIG_APP b/configure/CONFIG_APP index 3fe2fa1..b1f4ba1 100644 --- a/configure/CONFIG_APP +++ b/configure/CONFIG_APP @@ -2,8 +2,12 @@ include $(TOP)/configure/RELEASE -include $(TOP)/configure/RELEASE.$(EPICS_HOST_ARCH) +-include $(TOP)/configure/RELEASE.Common.$(T_A) +-include $(TOP)/configure/RELEASE.$(EPICS_HOST_ARCH).$(T_A) + CONFIG=$(EPICS_BASE)/configure include $(CONFIG)/CONFIG + INSTALL_LOCATION = $(TOP) ifdef INSTALL_LOCATION_APP INSTALL_LOCATION = $(INSTALL_LOCATION_APP) -- GitLab