[vlc-commits] Remove old unused recursive variables - make automake happy

Rémi Denis-Courmont git at videolan.org
Tue Jun 4 20:05:17 CEST 2013


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri May 31 20:27:31 2013 +0300| [3ed51c5e3286631d53b37d7679e014cc685876fd] | committer: Rémi Denis-Courmont

Remove old unused recursive variables - make automake happy

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3ed51c5e3286631d53b37d7679e014cc685876fd
---

 Makefile.am |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index b9d59d1..0d169cd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -675,10 +675,6 @@ install-exec-hook:
 uninstall-hook:
 	rm -f -- "$(DESTDIR)$(vlclibdir)/plugins/plugins.dat"
 
-silentstd = $(silentstd_$(V))
-silentstd_ = $(silentstd_$(AM_DEFAULT_VERBOSITY))
-silentstd_0 = 2>&1 >/dev/null
-
 ###############################################################################
 # PO translation files update
 ###############################################################################



More information about the vlc-commits mailing list