Module: tools Branch: master Commit: 3f68628812e189a8dac9649c8abbdfed7342478c URL: http://source.winehq.org/git/tools.git/?a=commit;h=3f68628812e189a8dac9649c8... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Thu Nov 29 03:52:49 2012 +0100 testbot/testagentd: Add dependencies on the header file. --- testbot/src/testagentd/Makefile | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) 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