From abd2ef6359c76e27971725d6842fab16f4c73216 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Thu, 8 Nov 2012 00:02:05 +0100 Subject: [PATCH] maint: remove $(AM_MAKEFLAGS) usage in our Makefile * Makefile.am (check-no-trailing-backslash-in-recipes): Here. Signed-off-by: Stefano Lattarini --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2