Make our own targets "silent", if enabled

This commit is contained in:
Alexander Barton 2012-09-15 19:15:16 +02:00
parent 005ffeaa8c
commit 5300f0082c
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
#
.tmpl:
sed \
$(AM_V_GEN)sed \
-e s@:ETCDIR:@${sysconfdir}@ \
<$< >$@

View File

@ -17,7 +17,7 @@ TEMPLATE_MANS = ngircd.conf.5.tmpl ngircd.8.tmpl
SUFFIXES = .tmpl .
.tmpl:
sed \
$(AM_V_GEN)sed \
-e s@:SBINDIR:@${sbindir}@ \
-e s@:BINDIR:@${bindir}@ \
-e s@:ETCDIR:@${sysconfdir}@ \