Commit 554606d2 authored by Alexandre Julliard's avatar Alexandre Julliard

Added missing dependency.

parent 69075d0c
...@@ -47,7 +47,7 @@ TESTBINS = $(TESTS:%=%_test.exe$(DLLEXT)) ...@@ -47,7 +47,7 @@ TESTBINS = $(TESTS:%=%_test.exe$(DLLEXT))
tests.rc: maketest Makefile.in tests.rc: maketest Makefile.in
$(SRCDIR)/maketest $(TOPSRCDIR) $(TESTBINS) > $@ || ( $(RM) $@ && exit 1 ) $(SRCDIR)/maketest $(TOPSRCDIR) $(TESTBINS) > $@ || ( $(RM) $@ && exit 1 )
winetest.res: $(TESTBINS) winetest.res: tests.rc $(TESTBINS)
clean:: clean::
$(RM) tests.rc dist.res winetest-dist winetest-dist.exe $(TESTBINS) $(RM) tests.rc dist.res winetest-dist winetest-dist.exe $(TESTBINS)
......
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