From: Stefano Lattarini Date: Thu, 19 Jan 2012 14:09:23 +0000 (+0100) Subject: cosmetics: fix a botched comment in a maintainer check X-Git-Tag: v1.11.2b~2^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be0d69f0467763fca65d3acd1bfe0e03ff987206;p=thirdparty%2Fautomake.git cosmetics: fix a botched comment in a maintainer check * Makefile.am (sc_tests_make_without_am_makeflags): Adjust botched description of this check. --- diff --git a/Makefile.am b/Makefile.am index b9166dbaa..06b33962b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -397,7 +397,8 @@ sc_AMDEP_TRUE_in_automake_in: exit 1; \ fi -## Tests should never call make directly. +## Recursive make invocations should always pass $(AM_MAKEFLAGS) +## to $(MAKE), for portability to non-GNU make. sc_tests_make_without_am_makeflags: @if grep '^[^#].*(MAKE) ' $(srcdir)/lib/am/*.am $(srcdir)/automake.in |\ grep -v 'AM_MAKEFLAGS'; then \