From b02f69092c4979462f4c3e071cb72d10be0f63e9 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Fri, 18 Apr 2008 16:28:02 +0000 Subject: [PATCH] Allow apps and extensions to define CONFIG. --- configure/CONFIG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/CONFIG b/configure/CONFIG index 8c07c1e60..cc2c4606b 100644 --- a/configure/CONFIG +++ b/configure/CONFIG @@ -22,7 +22,7 @@ EPICS_BASE = $(INSTALL_LOCATION) CONFIG = $(TOP)/configure BASE_TOP=YES else -CONFIG = $(EPICS_BASE)/configure +CONFIG ?= $(EPICS_BASE)/configure endif -include $(CONFIG)/os/CONFIG_COMPAT