From f0b03197789c6a1649de1b7bea75e48476d205cb Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 14 Apr 1998 14:12:30 +0000 Subject: [PATCH] Added test for INSTALL_LOCATION_APP. --- src/makeBaseApp/top/config/CONFIG_APP | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/makeBaseApp/top/config/CONFIG_APP b/src/makeBaseApp/top/config/CONFIG_APP index d693bcd23..2dc330918 100644 --- a/src/makeBaseApp/top/config/CONFIG_APP +++ b/src/makeBaseApp/top/config/CONFIG_APP @@ -2,6 +2,9 @@ include $(TOP)/config/RELEASE include $(EPICS_BASE)/config/CONFIG INSTALL_LOCATION = $(TOP) +ifdef INSTALL_LOCATION_APP +INSTALL_LOCATION = $(INSTALL_LOCATION_APP) +endif #Other share areas can be added similar to following #ifdef