From: Pierre d'Herbemont Date: Wed, 26 Aug 2009 10:15:49 +0000 (+0200) Subject: am: Proper way to define --quiet in silent mode. X-Git-Tag: 1.1.0-ff~3876 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=bf4626a0c967af6f4063187fd311067c62fc19e8;p=vlc am: Proper way to define --quiet in silent mode. Compatible with automake<1.11 --- 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