summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Burwell <bburwell@lutron.com>2014-06-24 11:34:40 -0400
committerMichael Mann <mmann78@netscape.net>2014-06-24 23:33:29 +0000
commit0db675d44274dbf73ee4a2a84496fd92c4c165cb (patch)
tree5fabec7a44efc73a4102b66067ff57a2bdc31390
parent018fa44ca38c2dff387c521db450427c4a14bfb3 (diff)
downloadwireshark-0db675d44274dbf73ee4a2a84496fd92c4c165cb.tar.gz
Add quotes around MAKEDIR.
Bug: 7870 Change-Id: I6cea057c4953f5ecc0a146a24570d089e79f8352 Reviewed-on: https://code.wireshark.org/review/2620 Reviewed-by: Michael Mann <mmann78@netscape.net> (cherry picked from commit 830d1b1ce9905e287386c9e8bc638c26380d77cb) Change-Id: I6cea057c4953f5ecc0a146a24570d089e79f8352 Reviewed-on: https://code.wireshark.org/review/2636 Reviewed-by: Michael Mann <mmann78@netscape.net>
-rw-r--r--packaging/nsis/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/nsis/Makefile.nmake b/packaging/nsis/Makefile.nmake
index 975b4885ff..30f74ab153 100644
--- a/packaging/nsis/Makefile.nmake
+++ b/packaging/nsis/Makefile.nmake
@@ -87,7 +87,7 @@ user-guide.chm::
NSIS_FLAGS=\
/DPROGRAM_NAME=$(PROGRAM_NAME) \
- /DMAKEDIR=$(MAKEDIR) \
+ /DMAKEDIR="$(MAKEDIR)" \
/DSTAGING_DIR=$(STAGING_DIR) \
/DWIRESHARK_TARGET_PLATFORM=$(WIRESHARK_TARGET_PLATFORM) \
/DTARGET_MACHINE=$(TARGET_MACHINE) \