aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-02-25 15:10:35 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-02-25 15:10:35 +0000
commitee0df56d2554ba2fbe40f603a8fdca173fa70996 (patch)
tree16725414db1d39a97f5838daaf7ba7fae0d374a5 /Makefile.nmake
parent1b02abc1eb5adb77b87e842c6684caad47714a61 (diff)
Verify tools fails if wireshark-win32-libs does not exist.
svn path=/trunk/; revision=36069
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 1e69851559..b4ef8288fb 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -725,6 +725,8 @@ REQUIRED_TOOLS=\
wget
verify_tools:
+ # As win-setup.sh assumes the dir exists create it if it doesn't
+ @if not exist $(WIRESHARK_LIBS) md $(WIRESHARK_LIBS)
@$(SH) $(WIN_SETUP) --appverify $(REQUIRED_TOOLS)
# Targets and etc used to verify or download libraries