lhelp: Fixed passing linker flags to the compiler

git-svn-id: branches/fixes_1_2@43876 -
This commit is contained in:
mattias 2014-02-04 18:31:16 +00:00
parent 5a31cb521b
commit a422588fc1

View File

@ -65,7 +65,7 @@ files=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) \
.PHONY: all clean
all: $(COMPILER_UNITTARGETDIR)
$(MAKE) --assume-new=lhelp.lpr OPT="$(LHELP_OPT) $(OPT)" lhelp$(EXEEXT)
$(MAKE) --assume-new=lhelp.lpr OPT="$(LHELP_OPT) $(subst ",\",${OPT})" lhelp$(EXEEXT)
# end.