aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-05-27 17:13:07 +0000
committerBill Meier <wmeier@newsguy.com>2009-05-27 17:13:07 +0000
commit2223888b207338bfe223fff8a6cbdc08700be7e0 (patch)
tree660531462b8255aad20c79f0477d4446591e56ea /Makefile.nmake
parent582e9cb3a4ac4a5806c9c71e923b5988818ac52a (diff)
Add missing quote
svn path=/trunk/; revision=28505
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 81df5f33ea..fc0039ed7f 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -18,7 +18,7 @@ BSCMAKE= bscmake
WIN_SETUP=tools\$(WIRESHARK_TARGET_PLATFORM)-setup.sh
# Check that the Wireshark libraries are up-to-date
-!IF [$(SH) $(WIN_SETUP) --checktag "$(WIRESHARK_LIBS)] != 0
+!IF [$(SH) $(WIN_SETUP) --checktag "$(WIRESHARK_LIBS)"] != 0
!ERROR ? Wireshark Libraries not up-to-date ?
!ENDIF