Added missing dependency.
This commit is contained in:
parent
69075d0c1c
commit
554606d241
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue