From 0a5f63db7b1b81afbf7412a58edc24666500be9c Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 20 Mar 2006 17:57:41 +0000 Subject: [PATCH] Use the INSTALL_LOCATION setting from a configure/RELEASE file. --- config/CONFIG_BASE | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/CONFIG_BASE b/config/CONFIG_BASE index da4a5fc8f..ca4c1fc9f 100644 --- a/config/CONFIG_BASE +++ b/config/CONFIG_BASE @@ -52,6 +52,9 @@ EPICS_BASE = $(TOP) # EPICS include config file include $(EPICS_BASE)/config/CONFIG +-include $(EPICS_BASE)/configure/RELEASE +-include $(EPICS_BASE)/configure/RELEASE.$(EPICS_HOST_ARCH) + ifdef INSTALL_LOCATION_BASE INSTALL_LOCATION = $(INSTALL_LOCATION_BASE) endif