maintcheck: fix spurious failures
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 11 Apr 2012 17:18:21 +0000 (19:18 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 11 Apr 2012 18:24:51 +0000 (20:24 +0200)
commitee6eb9fa97eab1c826a2501fad564f5b28bc3cb9
treefa1c2cc6a50488f1b5673cd263cec77cec14bd2b
parent66cccef3098d034f6c1b271f3c2e7399c5ac72d4
maintcheck: fix spurious failures

* syntax-check.mk (sc_mkinstalldirs): Now the 'mkinstalldirs' is
listed in the top-level 'Makefile.am', not in 'lib/Makefile.am';
adjust the "whitelist" accordingly.
(sc_ensure_testsuite_has_run): The 'test-suite.log' file created by
"make check" is now placed in the top-level directory, not in the
't/' subdirectory.  Adjust by using '$(TEST_SUITE_LOG)' instead of
an hand-crafted path for the 'test-suite.log' file.

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