From 7d80ab72b013a1df46a03b1005786e79b06c59eb Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Wed, 22 Jul 2009 16:43:47 +0000 Subject: [PATCH] Escape backslashes in fullPathName output. --- src/softIoc/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/softIoc/Makefile b/src/softIoc/Makefile index 7d739a329..7a833fe0f 100644 --- a/src/softIoc/Makefile +++ b/src/softIoc/Makefile @@ -1,8 +1,6 @@ ########################################################################## # Copyright (c) 2009 UChicago Argonne LLC, as Operator of Argonne # National Laboratory. -# Copyright (c) 2003 The Regents of the University of California, as -# Operator of Los Alamos National Laboratory. # EPICS BASE is distributed subject to a Software License Agreement found # in the file LICENSE that is included with this distribution. ########################################################################## @@ -18,7 +16,7 @@ softIoc_DBD += base.dbd softIoc_DBD += dlload.dbd softIoc_DBD += system.dbd -ABS_INSTALL_DIR = $(shell $(PERL) $(TOOLS)/fullPathName.pl $(INSTALL_LOCATION)) +ABS_INSTALL_DIR = $(shell $(PERL) $(TOOLS)/fullPathName.pl -e $(INSTALL_LOCATION)) USR_CXXFLAGS += -DEPICS_BASE=$(ABS_INSTALL_DIR) softIoc_SRCS += softIoc_registerRecordDeviceDriver.cpp