lhelp: Fixed passing linker flags to the compiler

git-svn-id: trunk@43895 -
This commit is contained in:
mattias 2014-02-05 12:05:29 +00:00
parent 91e445c18a
commit 7674b0b091

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.