summaryrefslogtreecommitdiff
path: root/wsutil
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-05-02 00:02:44 +0100
committerMichael Mann <mmann78@netscape.net>2016-05-01 23:53:16 +0000
commita27fc1101310065a50795a95a6a5487446d01b80 (patch)
tree8a69f67647356e34e9be42fbae033f841d1b4d44 /wsutil
parentf69b3b1f0e6aa2edc3fe51e9e0fd3a28ba2f4306 (diff)
downloadwireshark-a27fc1101310065a50795a95a6a5487446d01b80.tar.gz
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>
Diffstat (limited to 'wsutil')
-rw-r--r--wsutil/Makefile.nmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/wsutil/Makefile.nmake b/wsutil/Makefile.nmake
index 18d2feaabb..bb2b42150f 100644
--- a/wsutil/Makefile.nmake
+++ b/wsutil/Makefile.nmake
@@ -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) \