From: Stefano Lattarini Date: Sat, 28 Apr 2012 09:13:11 +0000 (+0200) Subject: [ng] maintcheck: fix a check out-of-sync with the source tree layout X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3b9280103cd5cc8a63d98a194bfe60074bbff23;p=thirdparty%2Fautomake.git [ng] maintcheck: fix a check out-of-sync with the source tree layout * 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 --- diff --git a/syntax-checks.mk b/syntax-checks.mk index d024867f2..1124bfca9 100644 --- a/syntax-checks.mk +++ b/syntax-checks.mk @@ -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) \