[vlc-commits] Silent rules for dummy.c
    Rémi Denis-Courmont 
    git at videolan.org
       
    Thu Aug 25 18:06:50 CEST 2011
    
    
  
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Aug 25 19:06:33 2011 +0300| [0dfcbe01cddc1aa9ff963573ad1a333d9cced1ed] | committer: Rémi Denis-Courmont
Silent rules for dummy.c
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0dfcbe01cddc1aa9ff963573ad1a333d9cced1ed
---
 compat/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/compat/Makefile.am b/compat/Makefile.am
index 5f0439b..3241924 100644
--- a/compat/Makefile.am
+++ b/compat/Makefile.am
@@ -7,5 +7,5 @@ BUILT_SOURCES = dummy.c
 CLEANFILES = dummy.c
 
 dummy.c:
-	rm -f dummy.c
-	echo '/* Automatically generated */' > dummy.c
+	$(AM_V_at)rm -f dummy.c
+	$(AM_V_GEN)echo '/* Automatically generated */' > dummy.c
    
    
More information about the vlc-commits
mailing list