testbot/testagentd: Add dependencies on the header file.

Francois Gouget fgouget at codeweavers.com
Wed Nov 28 20:52:49 CST 2012


---
 testbot/src/testagentd/Makefile |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/testbot/src/testagentd/Makefile b/testbot/src/testagentd/Makefile
index ddd4fa0..6090d02 100644
--- a/testbot/src/testagentd/Makefile
+++ b/testbot/src/testagentd/Makefile
@@ -24,6 +24,8 @@ TestAgentd.exe: testagentd.obj platform_windows.obj
 .c.obj:
 	$(CROSSCC32) -Wall -c -o $@ $<
 
+C_SRCS = testagentd.c platform_unix.c platform_windows.c
+$(C_SRCS:.c=.o) $(C_SRCS:.c=.obj): platform.h
 
 iso: windows
 	mkdir winetest
-- 
1.7.10.4




More information about the wine-patches mailing list