Skip to content
Snippets Groups Projects
Commit 3110e95e authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

Added a missing dependency for testlist.c files.

parent d6bffb2c
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
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