From c7b9ea9b3b8f6c3623bac06d09f27377cf15d85b Mon Sep 17 00:00:00 2001 From: jba Date: Fri, 22 Oct 2010 17:02:40 -0500 Subject: [PATCH] Added single quotes in shell cmd to preserve backslashes. --- src/softIoc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/softIoc/Makefile b/src/softIoc/Makefile index 11fecd3b3..80989a450 100644 --- a/src/softIoc/Makefile +++ b/src/softIoc/Makefile @@ -32,7 +32,7 @@ softMain$(OBJ) : epicsInstallDir.h epicsInstallDir.h: $(ECHO) "FINAL_LOCATION=$(FINAL_LOCATION)" - $(PERL) ../makeInstallDir.pl $(FINAL_LOCATION) > $@ + $(PERL) ../makeInstallDir.pl '$(FINAL_LOCATION)' > $@ clean:: @$(RM) epicsInstallDir.h