]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
lint: remove dependency on obsolete check 'maintainer-check-list-of-tests'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 26 May 2013 20:12:35 +0000 (22:12 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 26 May 2013 20:12:35 +0000 (22:12 +0200)
* maintainer/syntax-checks.mk: Here.  Probably the result of an imperfect
merge.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
maintainer/syntax-checks.mk

index 06b36d1a5446eb750d17b9f1005cf7fb1d126000..f77b6b9af1c7b165edcc08dac59d5616bff09850 100644 (file)
@@ -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