Octavian Voicu : makefiles: Add manual dependencies also for testlist cross object.
Module: wine Branch: master Commit: 24a1fc376648da8f64f44e6f9d93db46f4b315b7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=24a1fc376648da8f64f44e6f9d... Author: Octavian Voicu <octavian.voicu(a)gmail.com> Date: Sat Nov 5 07:55:06 2011 +0200 makefiles: Add manual dependencies also for testlist cross object. --- Maketest.rules.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Maketest.rules.in b/Maketest.rules.in index b60986c..4833f5a 100644 --- a/Maketest.rules.in +++ b/Maketest.rules.in @@ -45,7 +45,7 @@ $(WINETEST_RES): $(WINETEST_EXE) testlist.c: Makefile.in $(MAKECTESTS) $(MAKECTESTS) -o $@ $(C_SRCS) -testlist.o: testlist.c $(top_srcdir)/include/wine/test.h +testlist.o testlist.cross.o: testlist.c $(top_srcdir)/include/wine/test.h # Rules for testing
participants (1)
-
Alexandre Julliard