From 7c50914bfb535b140f0aaeddcef44430033c7f7c Mon Sep 17 00:00:00 2001 From: Mark Rivers Date: Sat, 3 Feb 2018 09:16:29 -0600 Subject: [PATCH] Changed to use RELEASE_LIBS_INCLUDE and RELEASE_PRODS_INCLUDE --- configure/RELEASE | 4 +--- iocs/andorIOC/configure/RELEASE | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/configure/RELEASE b/configure/RELEASE index 04a9e55..7591386 100644 --- a/configure/RELEASE +++ b/configure/RELEASE @@ -2,9 +2,7 @@ # Run "gnumake clean uninstall install" in the application # top directory each time this file is changed. --include $(TOP)/../configure/RELEASE_PATHS.local --include $(TOP)/../configure/RELEASE_PATHS.local.$(EPICS_HOST_ARCH) --include $(TOP)/../configure/RELEASE_LIBS.local +-include $(TOP)/../configure/RELEASE_LIBS_INCLUDE -include $(TOP)/RELEASE.local -include $(TOP)/configure/RELEASE.local diff --git a/iocs/andorIOC/configure/RELEASE b/iocs/andorIOC/configure/RELEASE index 419ff0d..086e886 100644 --- a/iocs/andorIOC/configure/RELEASE +++ b/iocs/andorIOC/configure/RELEASE @@ -4,8 +4,6 @@ ADANDOR=$(TOP)/../.. --include $(TOP)/../../../configure/RELEASE_PATHS.local --include $(TOP)/../../../configure/RELEASE_PATHS.local.$(EPICS_HOST_ARCH) --include $(TOP)/../../../configure/RELEASE_PRODS.local +-include $(TOP)/../../../configure/RELEASE_PRODS_INCLUDE -include $(TOP)/RELEASE.local -include $(TOP)/configure/RELEASE.local