Allow CONFIG_SITE to override CONFIG_COMMON vars.

This commit is contained in:
Janet B. Anderson
1997-01-23 17:26:51 +00:00
parent 417411ab62
commit 7edc0cd149
+4 -4
View File
@@ -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)