From 2d46e0d8274998aaff649447a406a9441dc080d6 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 19 Feb 2018 01:40:51 +0100 Subject: [PATCH] Re-generate the Makefiles --- tests/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index 86e56b9..2612ac3 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -13,6 +13,9 @@ all: $(TARGETS) $(OBJDIR)clint.log: ../doc/scripts/clint.sh ../doc/scripts/clint.sh -P "$(PREFIX)" -- "$(OBJDIR)clint.log" +$(OBJDIR)coverage.log: ../doc/scripts/coverage.sh + ../doc/scripts/coverage.sh -P "$(PREFIX)" -- "$(OBJDIR)coverage.log" + $(OBJDIR)fixme.log: ../doc/scripts/fixme.sh ../doc/scripts/fixme.sh -P "$(PREFIX)" -- "$(OBJDIR)fixme.log" @@ -35,8 +38,9 @@ $(OBJDIR)xmllint.log: ../doc/scripts/xmllint.sh ../doc/scripts/xmllint.sh -P "$(PREFIX)" -- "$(OBJDIR)xmllint.log" clean: - $(RM) -- $(clint.log_OBJS) $(fixme.log_OBJS) $(htmllint.log_OBJS) $(phplint.log_OBJS) $(pylint.log_OBJS) $(shlint.log_OBJS) $(tests.log_OBJS) $(xmllint.log_OBJS) + $(RM) -- $(clint.log_OBJS) $(coverage.log_OBJS) $(fixme.log_OBJS) $(htmllint.log_OBJS) $(phplint.log_OBJS) $(pylint.log_OBJS) $(shlint.log_OBJS) $(tests.log_OBJS) $(xmllint.log_OBJS) ../doc/scripts/clint.sh -c -P "$(PREFIX)" -- "$(OBJDIR)clint.log" + ../doc/scripts/coverage.sh -c -P "$(PREFIX)" -- "$(OBJDIR)coverage.log" ../doc/scripts/fixme.sh -c -P "$(PREFIX)" -- "$(OBJDIR)fixme.log" ../doc/scripts/htmllint.sh -c -P "$(PREFIX)" -- "$(OBJDIR)htmllint.log" ../doc/scripts/phplint.sh -c -P "$(PREFIX)" -- "$(OBJDIR)phplint.log"