Commit 24a1fc37 authored by Octavian Voicu's avatar Octavian Voicu Committed by Alexandre Julliard

makefiles: Add manual dependencies also for testlist cross object.

parent 78f717bf
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment