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: Sat, 12 Jan 2013 17:18:26 +0100

* Makefile.am (check-cc-no-c-o): Here.

Signed-off-by: Stefano Lattarini <address@hidden>
---

 With this, "make maintainer-check" passes once again.

 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index f4ebd2c..6e94867 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -539,7 +539,7 @@ check-no-trailing-backslash-in-recipes:
 # otherwise only present themselves later "in the wild".  See also the
 # long discussion about automake bug#13378.
 check-cc-no-c-o:
-       $(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) check \
+       $(AM_V_at)$(MAKE) check \
          CC='$(abs_top_builddir)/t/ax/cc-no-c-o' \
          GNU_CC='$(abs_top_builddir)/t/ax/cc-no-c-o'
 .PHONY: check-cc-no-c-o
-- 
1.8.1.rc3.192.g2d0029e




reply via email to

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