]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
lint: make syntax-check same as maintainer-check.
authorKarl Berry <karl@freefriends.org>
Mon, 20 Jan 2020 02:24:28 +0000 (18:24 -0800)
committerKarl Berry <karl@freefriends.org>
Mon, 20 Jan 2020 02:24:28 +0000 (18:24 -0800)
* maintainer/syntax-checks.mk (syntax-check): new target,
same as maintainer-check. For consistency with many other
GNU packages.
(.PHONY): add here too.

maintainer/syntax-checks.mk

index 91cf924756494c00bfbc0e8970a8da4722ba847a..3b32950e479e039a29a99a3faf719ae4b9209a3e 100644 (file)
@@ -80,8 +80,8 @@ sc_tabs_in_texi \
 sc_at_in_texi
 
 $(syntax_check_rules): bin/automake bin/aclocal
-maintainer-check: $(syntax_check_rules)
-.PHONY: maintainer-check $(syntax_check_rules)
+maintainer-check syntax-check: $(syntax_check_rules)
+.PHONY: maintainer-check syntax-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.