Added strip fcn to ifndef lines.

This commit is contained in:
Janet B. Anderson
2001-02-20 19:14:31 +00:00
parent c4b03e703b
commit 27cd4bbd26

View File

@@ -34,12 +34,11 @@ gdd_DIR = $(EPICS_BASE_LIB)
# For applications and extensions
# add epics/base include directories
ifneq ($(EPICS_BASE),$(TOP))
ifneq ($(EPICS_BASE),$(INSTALL_LOCATION))
ifneq ($(strip $(EPICS_BASE)),$(strip $(TOP)))
ifneq ($(strip $(EPICS_BASE)),$(strip $(INSTALL_LOCATION)))
INSTALL_INCLUDES += \
-I$(EPICS_BASE_INCLUDE)/os/$(OS_CLASS) \
-I$(EPICS_BASE_INCLUDE)
endif
endif