summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-01-19 15:09:23 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-01-19 15:10:17 +0100
commitbe0d69f0467763fca65d3acd1bfe0e03ff987206 (patch)
tree896c5508d1636d4d53c3614afb12db3b15edba7b /Makefile.am
parent52246cc7355cedbc9cb992095870572beb767ca1 (diff)
downloadautomake-be0d69f0467763fca65d3acd1bfe0e03ff987206.tar.gz
cosmetics: fix a botched comment in a maintainer check
* Makefile.am (sc_tests_make_without_am_makeflags): Adjust botched description of this check.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
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 \