From c356ecb40238881e948993e9deec1b6b32a79125 Mon Sep 17 00:00:00 2001 From: dhickin Date: Tue, 9 Dec 2014 13:45:56 +0000 Subject: [PATCH] make local RELEASE.local files take precedence over those in TOP/.. --- configure/RELEASE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/RELEASE b/configure/RELEASE index cf1142b..7e25d72 100644 --- a/configure/RELEASE +++ b/configure/RELEASE @@ -21,5 +21,5 @@ # PVCOMMON = /home/install/epicsV4/pvCommonCPP # EPICS_BASE = /home/install/epics/base --include $(TOP)/configure/RELEASE.local -include $(TOP)/../RELEASE.local +-include $(TOP)/configure/RELEASE.local