]> git.ipfire.org Git - thirdparty/automake.git/commit
[ng] maintcheck: remove a test that can't work for Automake-NG
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 20 Jun 2012 14:39:44 +0000 (16:39 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 20 Jun 2012 14:40:06 +0000 (16:40 +0200)
commitd1f62f1f5645f460eb1a53edb4b15ea33ea041cb
tree8d52a4a6a34bcb9d102edc1787563eadc1fafd90
parentaa9036d432c0c8a671800ceb172303cd9a933e31
[ng] maintcheck: remove a test that can't work for Automake-NG

* syntax-checks.mk (sc_tests_makefile_variable_order): Remove.  This
rule checked that all variables definitions were listed before rules
in the automake-generated Makefile.in files; but this invariant is not
guaranteed anymore by Automake-NG, and in fact it will break more and
more as our work proceeds.
(syntax_check_rules): Update.

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