From be0d69f0467763fca65d3acd1bfe0e03ff987206 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Thu, 19 Jan 2012 15:09:23 +0100 Subject: [PATCH] cosmetics: fix a botched comment in a maintainer check * Makefile.am (sc_tests_make_without_am_makeflags): Adjust botched description of this check. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \ -- 2.47.3