From 7674b0b091afafe0dce49776ee8a4911e822338f Mon Sep 17 00:00:00 2001 From: mattias Date: Wed, 5 Feb 2014 12:05:29 +0000 Subject: [PATCH] lhelp: Fixed passing linker flags to the compiler git-svn-id: trunk@43895 - --- components/chmhelp/lhelp/Makefile.fpc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/chmhelp/lhelp/Makefile.fpc b/components/chmhelp/lhelp/Makefile.fpc index 26f2365d1d..13d1349434 100644 --- a/components/chmhelp/lhelp/Makefile.fpc +++ b/components/chmhelp/lhelp/Makefile.fpc @@ -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.