From f89557b1e9ff926e52268cf47cc43e1355ae35ae Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Fri, 20 Dec 2019 03:45:05 +0100 Subject: [PATCH] Re-generate the Makefiles --- Makefile | 4 ++-- tests/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 1f3d57e..e90962f 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ DESTDIR = MKDIR = mkdir -m 0755 -p INSTALL = install RM = rm -f -TARGETS = +TARGETS = tests RM = rm -f LN = ln -f TAR = tar @@ -17,7 +17,7 @@ MKDIR = mkdir -m 0755 -p INSTALL = install -all: subdirs $(TARGETS) +all: subdirs subdirs: @for i in $(SUBDIRS); do (cd "$$i" && \ diff --git a/tests/Makefile b/tests/Makefile index 5c4e06c..0934152 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,4 +1,4 @@ -TARGETS = $(OBJDIR)clint.log $(OBJDIR)htmllint.log $(OBJDIR)phplint.log $(OBJDIR)pylint.log $(OBJDIR)shlint.log $(OBJDIR)template-test.md $(OBJDIR)tests.log $(OBJDIR)xmllint.log +TARGETS = $(OBJDIR)clint.log $(OBJDIR)coverage.log $(OBJDIR)fixme.log $(OBJDIR)htmllint.log $(OBJDIR)phplint.log $(OBJDIR)pylint.log $(OBJDIR)shlint.log $(OBJDIR)template-test.md $(OBJDIR)tests.log $(OBJDIR)xmllint.log OBJDIR = PREFIX = /usr/local DESTDIR = @@ -8,7 +8,7 @@ MKDIR = mkdir -m 0755 -p INSTALL = install -all: $(TARGETS) +all: $(OBJDIR)clint.log $(OBJDIR)htmllint.log $(OBJDIR)phplint.log $(OBJDIR)pylint.log $(OBJDIR)shlint.log $(OBJDIR)template-test.md $(OBJDIR)tests.log $(OBJDIR)xmllint.log $(OBJDIR)clint.log: ../doc/scripts/clint.sh ../doc/scripts/clint.sh -P "$(PREFIX)" -- "$(OBJDIR)clint.log"