[vlc-devel] commit: Silent rule for .pc files ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Jan 31 12:01:11 CET 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Jan 31 12:58:12 2010 +0200| [53282ce8fc961391671f93bdd41ba43bddd6dae6] | committer: Rémi Denis-Courmont 

Silent rule for .pc files

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

 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 83a09f7..87ddcf8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -154,7 +154,7 @@ pkgconfig_DATA = libvlc.pc vlc-plugin.pc
 CLEANFILES += $(pkgconfig_DATA)
 
 .pc.in.pc: $(top_builddir)/config.status
-	cd "$(top_builddir)" && \
+	$(AM_V_GEN)cd "$(top_builddir)" && \
 	$(SHELL) ./config.status --file="src/$@"
 
 ##############################################################################




More information about the vlc-devel mailing list