From bf4626a0c967af6f4063187fd311067c62fc19e8 Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Wed, 26 Aug 2009 12:15:49 +0200 Subject: [PATCH] am: Proper way to define --quiet in silent mode. Compatible with automake<1.11 --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index c69a742c8f..b54f4bf521 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,8 @@ # Pass --quiet to make when we are not verbose. AM_MAKEFLAGS = $(makesilentflags_$(V)) makesilentflags_ = $(makesilentflags__$(AM_DEFAULT_VERBOSITY)) -makesilentflags__0 = --quiet +makesilentflags_0 = --quiet +makesilentflags__0 = $(makesilentflags_0) # SUBDIRS stores the directories where a "make" is required when building # something. DIST_SUBDIRS stores the directories where nothing is built but -- 2.39.2