From: Stefano Lattarini Date: Wed, 7 Nov 2012 23:02:05 +0000 (+0100) Subject: maint: remove $(AM_MAKEFLAGS) usage in our Makefile X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abd2ef6359c76e27971725d6842fab16f4c73216;p=thirdparty%2Fautomake.git maint: remove $(AM_MAKEFLAGS) usage in our Makefile * Makefile.am (check-no-trailing-backslash-in-recipes): Here. Signed-off-by: Stefano Lattarini --- diff --git a/Makefile.am b/Makefile.am index b8ea0ce14..2bb3e3502 100644 --- a/Makefile.am +++ b/Makefile.am @@ -507,7 +507,7 @@ check-local: check-tests-syntax # that helps catching such problems in Automake-generated recipes. # See automake bug#10436. check-no-trailing-backslash-in-recipes: - $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) check \ + $(AM_V_at)$(MAKE) check \ CONFIG_SHELL='$(abs_top_builddir)/t/ax/shell-no-trail-bslash' .PHONY: check-no-trailing-backslash-in-recipes