]> git.ipfire.org Git - thirdparty/automake.git/commit
maintainer-check: do not hang
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 18 Apr 2012 11:40:59 +0000 (13:40 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 18 Apr 2012 11:41:06 +0000 (13:41 +0200)
commit127adfb531be729e9747b81cbb4bce243bcc6dd3
tree4ca0c230cd9657a47ffcd8b8941195d106501ad0
parentf46359b42790945e42e78a620e651ce66c2b8833
maintainer-check: do not hang

* syntax-checks.mk (ams): The definition of this variable was invoking
the 'find' utility in an incorrect way, which resulted into the variable
being empty, thus reducing coverage in some maintainer check and making
other hang.  Fix this.

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