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>
This commit is contained in:
Guy Harris 2014-06-21 20:54:41 -07:00
parent 4c740dc8f5
commit 3e5e18f55a
1 changed files with 1 additions and 1 deletions

View File

@ -782,7 +782,7 @@ $(ZLIB_DLL):
rm -r -f zlib.tmp
!ENDIF
wsutil::
wsutil:: version.h
cd wsutil
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
cd ..