From aafad7cc011089ce5fccf9a96f9b7ede059d40a1 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 12 Nov 1998 22:41:31 +0000 Subject: [PATCH] Optionally include host specific RELEASE definitions. --- src/makeBaseApp/top/config/CONFIG_APP | 1 + 1 file changed, 1 insertion(+) diff --git a/src/makeBaseApp/top/config/CONFIG_APP b/src/makeBaseApp/top/config/CONFIG_APP index e89cb2fac..85ea7b582 100644 --- a/src/makeBaseApp/top/config/CONFIG_APP +++ b/src/makeBaseApp/top/config/CONFIG_APP @@ -1,5 +1,6 @@ #CONFIG_APP include $(TOP)/config/RELEASE +-include $(TOP)/config/RELEASE.$(HOST_ARCH) include $(EPICS_BASE)/config/CONFIG INSTALL_LOCATION = $(TOP) ifdef INSTALL_LOCATION_APP