Respect Automake silent mode in custom rules

This commit is contained in:
David Ward
2020-04-11 10:09:27 -04:00
parent f5c19b66fd
commit 5abc01cf70
4 changed files with 10 additions and 10 deletions

View File

@@ -34,11 +34,11 @@ do_subst = $(SED) \
-e 's,[@]PACKAGE_NAME[@],$(PACKAGE_NAME),g'
$(builddir)/vicc: vicc.in Makefile
$(do_subst) < $(srcdir)/vicc.in > $(builddir)/vicc
chmod +x $(builddir)/vicc
$(AM_V_GEN)$(do_subst) < $(srcdir)/vicc.in > $(builddir)/vicc
@chmod +x $(builddir)/vicc
vicc.1: vicc.in
$(HELP2MAN) \
$(AM_V_GEN)$(HELP2MAN) \
--no-discard-stderr \
--output=$@ \
$(builddir)/vicc