automake-ng
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-NG] [FYI] maint: remove $(AM_MAKEFLAGS) usage in our Makefile


From: Stefano Lattarini
Subject: [Automake-NG] [FYI] maint: remove $(AM_MAKEFLAGS) usage in our Makefile
Date: Thu, 8 Nov 2012 00:03:20 +0100

* Makefile.am (check-no-trailing-backslash-in-recipes): Here.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index b8ea0ce..2bb3e35 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
 
-- 
1.8.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]