From 27cd4bbd26e028d2cb1e42a5d53e7e5c56576f2f Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 20 Feb 2001 19:14:31 +0000 Subject: [PATCH] Added strip fcn to ifndef lines. --- configure/CONFIG_BASE | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/configure/CONFIG_BASE b/configure/CONFIG_BASE index 4d34f047a..527e67623 100644 --- a/configure/CONFIG_BASE +++ b/configure/CONFIG_BASE @@ -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