Added a missing dependency for testlist.c files.

This commit is contained in:
Alexandre Julliard 2003-09-06 02:30:30 +00:00
parent d6bffb2c45
commit 3110e95e99

View file

@ -50,7 +50,7 @@ $(MODULE): $(OBJS) $(RCOBJS) $(IMPORTLIBS) Makefile.in
# Rules for building test list
$(TESTLIST): Makefile.in
$(TESTLIST): Makefile.in $(TOPSRCDIR)/tools/make_ctests
$(TOPSRCDIR)/tools/make_ctests $(CTESTS) >$(TESTLIST) || $(RM) $(TESTLIST)
depend: $(TESTLIST)