Use the INSTALL_LOCATION setting from a configure/RELEASE file.

This commit is contained in:
Janet B. Anderson
2006-03-20 17:57:41 +00:00
parent f83e11167d
commit 0a5f63db7b
+3
View File
@@ -52,6 +52,9 @@ EPICS_BASE = $(TOP)
# EPICS include config file
include $(EPICS_BASE)/config/CONFIG
-include $(EPICS_BASE)/configure/RELEASE
-include $(EPICS_BASE)/configure/RELEASE.$(EPICS_HOST_ARCH)
ifdef INSTALL_LOCATION_BASE
INSTALL_LOCATION = $(INSTALL_LOCATION_BASE)
endif