[gcr] gck: respect silent build option in cp command



commit 54f5587cd309f3991c12000c6bfb28fad41934f8
Author: Xan Lopez <xan igalia com>
Date:   Thu Aug 9 15:01:14 2012 +0200

    gck: respect silent build option in cp command

 gck/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gck/Makefile.am b/gck/Makefile.am
index fa2f04c..2319bf7 100644
--- a/gck/Makefile.am
+++ b/gck/Makefile.am
@@ -134,7 +134,7 @@ pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = gck-$(GCK_MAJOR).pc
 
 gck-$(GCK_MAJOR).pc: gck.pc
-	cp gck.pc gck-$(GCK_MAJOR).pc
+	$(AM_V_GEN) cp gck.pc gck-$(GCK_MAJOR).pc
 
 gck-expected.abi: gck.symbols
 	$(AM_V_GEN) cpp -P $< | sort > $@



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]