Revert "build: Surround makensis command in quotes"

This reverts commit cd39fdcae3.
This commit is contained in:
Brian Anderson 2012-01-20 02:31:00 -08:00
parent 20a9e317c9
commit f6c7cfdc3e

View File

@ -43,7 +43,7 @@ lic.txt: $(S)LICENSE.txt
ifdef CFG_MAKENSIS
$(PKG_EXE): all rustc-stage3 $(PKG_NSI) $(PKG_FILES) lic.txt
@$(call E, makensis: $@)
$(Q)"$(CFG_MAKENSIS)" -NOCD -V1 "-XOutFile $@" \
$(Q)$(CFG_MAKENSIS) -NOCD -V1 "-XOutFile $@" \
"-XLicenseData lic.txt" $<
$(Q)rm -f lic.txt
endif