cosmetics: fix a botched comment in a maintainer check
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 19 Jan 2012 14:09:23 +0000 (15:09 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 19 Jan 2012 14:10:17 +0000 (15:10 +0100)
* Makefile.am (sc_tests_make_without_am_makeflags): Adjust
botched description of this check.

Makefile.am

index b9166db..06b3396 100644 (file)
@@ -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 \