From 436d01404a5ebfff2776547da32f1872e9573a56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Fri, 5 Feb 2016 05:22:24 +0000 Subject: autotools: Add more silent build rules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4abff8880d5b3ff439e6abc9cf3c2d17897501ea Reviewed-on: https://code.wireshark.org/review/13816 Petri-Dish: João Valverde Tested-by: Petri Dish Buildbot Reviewed-by: João Valverde --- packaging/macosx/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packaging/macosx') diff --git a/packaging/macosx/Makefile.am b/packaging/macosx/Makefile.am index b72ed2bb31..db2ef1cb41 100644 --- a/packaging/macosx/Makefile.am +++ b/packaging/macosx/Makefile.am @@ -92,7 +92,7 @@ EXTRA_DIST = \ COPYING.txt: $(top_srcdir)/COPYING - cp $(top_srcdir)/COPYING $@ + $(AM_V_GEN)cp $(top_srcdir)/COPYING $@ all: COPYING.txt -- cgit v1.2.1