Skip to content
Snippets Groups Projects
Commit 24a1fc37 authored by Octavian Voicu's avatar Octavian Voicu Committed by Alexandre Julliard
Browse files

makefiles: Add manual dependencies also for testlist cross object.

parent 78f717bf
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment