Fix wsutil/Makefile.nmake rule for ws_version_info.obj

Change-Id: I397da333b467d140613947fe49cd98338ab1d8f6
Reviewed-on: https://code.wireshark.org/review/15218
Tested-by: João Valverde <j@v6e.pt>
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
João Valverde 2016-05-02 00:02:44 +01:00 committed by Michael Mann
parent f69b3b1f0e
commit a27fc11013
1 changed files with 2 additions and 1 deletions

View File

@ -51,7 +51,8 @@ libwsutil.dll : $(OBJECTS) ..\image\libwsutil.res
# The following target will rebuild its obj
# if and when version.h should change.
#
..\ws_version_info.obj: ..\version.h
ws_version_info.obj: ..\ws_version_info.c ..\version.h
$(CC) $(CFLAGS) -Fd.\ -c ..\ws_version_info.c
clean:
rm -f $(OBJECTS) \