Added single quotes in shell cmd to preserve backslashes.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user