Re-generate the Makefiles

This commit is contained in:
Pierre Pronchery 2019-12-20 03:45:05 +01:00
parent 47e0aa577f
commit f89557b1e9
2 changed files with 4 additions and 4 deletions

View File

@ -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" && \

View File

@ -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"