From 3cb954aefac88828590fb1de7b9f3c37be71e583 Mon Sep 17 00:00:00 2001 From: dhickin Date: Tue, 9 Dec 2014 13:48:15 +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 99807ba..a5e281e 100644 --- a/configure/RELEASE +++ b/configure/RELEASE @@ -28,5 +28,5 @@ TEMPLATE_TOP=$(EPICS_BASE)/templates/makeBaseApp/top #CAPFAST_TEMPLATES= #SCH2EDIF_PATH= --include $(TOP)/configure/RELEASE.local -include $(TOP)/../RELEASE.local +-include $(TOP)/configure/RELEASE.local