summaryrefslogtreecommitdiff
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-06-21 20:54:41 -0700
committerGuy Harris <guy@alum.mit.edu>2014-06-22 03:55:55 +0000
commit3e5e18f55aa69fdaa6621640e814440b99e53d19 (patch)
treeba92ad47946acb42dc051e40dce7a9acb83c7d52 /Makefile.nmake
parent4c740dc8f5fa26ccaf4a517fd5b37d1064549bf1 (diff)
downloadwireshark-3e5e18f55aa69fdaa6621640e814440b99e53d19.tar.gz
Build version.h before trying to build wsutil.
Code in wsutil includes it. Change-Id: I02cb49c3a672955b74a183996d2e815b8d55b668 Reviewed-on: https://code.wireshark.org/review/2539 Reviewed-by: Guy Harris <guy@alum.mit.edu>
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 18d30ca185..38f1f59b4e 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -782,7 +782,7 @@ $(ZLIB_DLL):
rm -r -f zlib.tmp
!ENDIF
-wsutil::
+wsutil:: version.h
cd wsutil
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
cd ..