From 533b9dce293e71abe942472956bac8a091d36d35 Mon Sep 17 00:00:00 2001 From: Diego Elio 'Flameeyes' Pettenò Date: Wed, 28 Jul 2010 22:47:54 +0200 Subject: build-sys: use the silent-rules prefix when generating man pages. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is backward-compatible with automake 1.10 as the AM_V_GEN macro is going to be null anyway. Signed-off-by: Diego Elio 'Flameeyes' Pettenò --- sys-utils/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-utils') diff --git a/sys-utils/Makefile.am b/sys-utils/Makefile.am index 1ed07bee..9d6869cf 100644 --- a/sys-utils/Makefile.am +++ b/sys-utils/Makefile.am @@ -89,7 +89,7 @@ man_MANS = $(RDEV_MAN_LINKS) $(SETARCH_MAN_LINKS) CLEANFILES = $(man_MANS) $(SETARCH_MAN_LINKS): setarch.8 - echo ".so man8/setarch.8" > $@ + $(AM_V_GEN)echo ".so man8/setarch.8" > $@ install-exec-hook: for I in $(SETARCH_LINKS); do \ -- cgit v1.2.3