From f0c8a766bce75f81a74873f54ac151245d4d07c4 Mon Sep 17 00:00:00 2001 From: Kevin Peterson Date: Wed, 30 Oct 2019 17:11:03 -0500 Subject: [PATCH] Reverted commit ef56405411df6d032a7a9d313a9cab8f5425e0f1 --- configure/RELEASE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure/RELEASE b/configure/RELEASE index 41f1652a..55ed4019 100644 --- a/configure/RELEASE +++ b/configure/RELEASE @@ -44,6 +44,6 @@ IPAC=$(SUPPORT)/ipac-R2-15 # These lines allow developers to override these RELEASE settings # without having to modify this file directly. --include $(or $(MOTOR),$(TOP))/../RELEASE.local --include $(or $(MOTOR),$(TOP))/../RELEASE.$(EPICS_HOST_ARCH).local --include $(or $(MOTOR),$(TOP))/configure/RELEASE.local +-include $(TOP)/../RELEASE.local +-include $(TOP)/../RELEASE.$(EPICS_HOST_ARCH).local +-include $(TOP)/configure/RELEASE.local