Added a missing dependency for testlist.c files.
This commit is contained in:
parent
d6bffb2c45
commit
3110e95e99
|
@ -50,7 +50,7 @@ $(MODULE): $(OBJS) $(RCOBJS) $(IMPORTLIBS) Makefile.in
|
||||||
|
|
||||||
# Rules for building test list
|
# Rules for building test list
|
||||||
|
|
||||||
$(TESTLIST): Makefile.in
|
$(TESTLIST): Makefile.in $(TOPSRCDIR)/tools/make_ctests
|
||||||
$(TOPSRCDIR)/tools/make_ctests $(CTESTS) >$(TESTLIST) || $(RM) $(TESTLIST)
|
$(TOPSRCDIR)/tools/make_ctests $(CTESTS) >$(TESTLIST) || $(RM) $(TESTLIST)
|
||||||
|
|
||||||
depend: $(TESTLIST)
|
depend: $(TESTLIST)
|
||||||
|
|
Loading…
Reference in New Issue