From 7edc0cd149bb4379d5149ab9fa2215999c617484 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 23 Jan 1997 17:26:51 +0000 Subject: [PATCH] Allow CONFIG_SITE to override CONFIG_COMMON vars. --- config/CONFIG | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/CONFIG b/config/CONFIG index 96edc7158..eadc4bd60 100644 --- a/config/CONFIG +++ b/config/CONFIG @@ -3,14 +3,14 @@ # # The developer may edit this file. -# Site-specific build options -# -include $(EPICS_BASE)/config/CONFIG_SITE - # EPICS base definitions # include $(EPICS_BASE)/config/CONFIG_COMMON +# Site-specific build options +# +include $(EPICS_BASE)/config/CONFIG_SITE + # assume T_A is the host arch if not specified ifndef T_A T_A = $(HOST_ARCH)