From 24a1fc376648da8f64f44e6f9d93db46f4b315b7 Mon Sep 17 00:00:00 2001 From: Octavian Voicu Date: Sat, 5 Nov 2011 07:55:06 +0200 Subject: [PATCH] makefiles: Add manual dependencies also for testlist cross object. --- Maketest.rules.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Maketest.rules.in b/Maketest.rules.in index b60986c5f52..4833f5a1f97 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