Allow site host architecture specific overrides

This commit is contained in:
Janet B. Anderson
1997-05-05 17:56:58 +00:00
parent 41e02220d1
commit fc3db2c3bf

View File

@@ -117,3 +117,5 @@ CPPSNCFLAGS = $(VX_INCLUDES)
DEPENDS_RULE.c = -$(COMPILE.c) -M $(SRCS.c) >> .DEPENDS
DEPENDS_RULE.cc = -$(COMPILE.cc) -M $(SRCS.cc) >> .DEPENDS
# Allow site host architecture specific overrides
-include $(EPICS_BASE)/config/CONFIG_SITE.$(BUILD_TYPE).$(ARCH_CLASS).$(HOST_ARCH)