Added missing dependency.

oldstable
Alexandre Julliard 2004-06-16 19:04:11 +00:00
parent 69075d0c1c
commit 554606d241
1 changed files with 1 additions and 1 deletions

View File

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