From 18c023cc9c85f4952ff94bd8ba996d1b81a37bf6 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 14 Apr 1998 14:11:45 +0000 Subject: [PATCH] Added test for INSTALL_LOCATION_BASE. --- config/CONFIG_BASE | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/CONFIG_BASE b/config/CONFIG_BASE index 3de75e997..b8f0d0b02 100644 --- a/config/CONFIG_BASE +++ b/config/CONFIG_BASE @@ -43,6 +43,10 @@ EPICS_BASE = $(TOP) # EPICS include config file include $(EPICS_BASE)/config/CONFIG +ifdef INSTALL_LOCATION_BASE +INSTALL_LOCATION = $(INSTALL_LOCATION_BASE) +endif + EPICS_BASE = $(INSTALL_LOCATION) #