]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
[ng] maintcheck: fix a check out-of-sync with the source tree layout
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 28 Apr 2012 09:13:11 +0000 (11:13 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 28 Apr 2012 09:15:42 +0000 (11:15 +0200)
* syntax-checks.mk (sc_grep_for_bad_make_include): Use 't/*.log',
not 'tests/*.log', to get the list of the testsuite logs.

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

index d024867f2e3d6259a7e2673c5aca63b900508a52..1124bfca9a264de35e08faec2d7a6854c2ed2650 100644 (file)
@@ -330,7 +330,7 @@ sc_grep_for_bad_make_include = \
     exit 1; \
   fi
 sc_tests_make_simple_include: sc_ensure_testsuite_has_run
-       @files=tests/*.log; $(sc_grep_for_bad_make_include)
+       @files='t/*.log'; $(sc_grep_for_bad_make_include)
 sc_make_simple_include:
        @files=" \
           $(xtests) \