summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-05-26 22:12:35 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-05-26 22:12:35 +0200
commitfef0dd0d34159dea143000d2a12cd918bde21750 (patch)
tree38a036071aecf9f50de97f4eaf3fe08db97a1670
parent607550fef8a0e5f3be2bf4ab8d37cae808098541 (diff)
downloadautomake-fef0dd0d34159dea143000d2a12cd918bde21750.tar.gz
lint: remove dependency on obsolete check 'maintainer-check-list-of-tests'
* maintainer/syntax-checks.mk: Here. Probably the result of an imperfect merge. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
-rw-r--r--maintainer/syntax-checks.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/maintainer/syntax-checks.mk b/maintainer/syntax-checks.mk
index 06b36d1a5..f77b6b9af 100644
--- a/maintainer/syntax-checks.mk
+++ b/maintainer/syntax-checks.mk
@@ -89,10 +89,6 @@ $(syntax_check_rules): bin/automake bin/aclocal
maintainer-check: $(syntax_check_rules)
.PHONY: maintainer-check $(syntax_check_rules)
-# Check that the list of tests given in the Makefile is equal to the
-# list of all test scripts in the Automake testsuite.
-maintainer-check: maintainer-check-list-of-tests
-
# I'm a lazy typist.
lint: maintainer-check
.PHONY: lint