summaryrefslogtreecommitdiff
path: root/wsutil/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/Makefile.nmake')
-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) \