From 8382eee11a8a574b5d97fc618f52a9fe00a39c9c Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Wed, 22 Jul 2009 20:34:47 +0000 Subject: [PATCH] Need quotes here too for this to work on Windows. --- src/softIoc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/softIoc/Makefile b/src/softIoc/Makefile index 7a833fe0f..21eafa983 100644 --- a/src/softIoc/Makefile +++ b/src/softIoc/Makefile @@ -17,7 +17,7 @@ softIoc_DBD += dlload.dbd softIoc_DBD += system.dbd ABS_INSTALL_DIR = $(shell $(PERL) $(TOOLS)/fullPathName.pl -e $(INSTALL_LOCATION)) -USR_CXXFLAGS += -DEPICS_BASE=$(ABS_INSTALL_DIR) +USR_CXXFLAGS += -DEPICS_BASE="$(ABS_INSTALL_DIR)" softIoc_SRCS += softIoc_registerRecordDeviceDriver.cpp softIoc_SRCS_DEFAULT += softMain.cpp