]> git.sesse.net Git - vlc/commitdiff
am: Proper way to define --quiet in silent mode.
authorPierre d'Herbemont <pdherbemont@free.fr>
Wed, 26 Aug 2009 10:15:49 +0000 (12:15 +0200)
committerPierre d'Herbemont <pdherbemont@free.fr>
Wed, 26 Aug 2009 10:15:49 +0000 (12:15 +0200)
Compatible with automake<1.11

Makefile.am

index c69a742c8fc3bc2484e809b9c0013edb8580bb5e..b54f4bf521a78cd83cf44cf2559a65733fa74c41 100644 (file)
@@ -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