mirror of
https://github.com/osmarks/ngircd.git
synced 2025-06-23 08:44:08 +00:00
Make our own targets "silent", if enabled
This commit is contained in:
parent
005ffeaa8c
commit
5300f0082c
@ -10,7 +10,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
.tmpl:
|
.tmpl:
|
||||||
sed \
|
$(AM_V_GEN)sed \
|
||||||
-e s@:ETCDIR:@${sysconfdir}@ \
|
-e s@:ETCDIR:@${sysconfdir}@ \
|
||||||
<$< >$@
|
<$< >$@
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ TEMPLATE_MANS = ngircd.conf.5.tmpl ngircd.8.tmpl
|
|||||||
SUFFIXES = .tmpl .
|
SUFFIXES = .tmpl .
|
||||||
|
|
||||||
.tmpl:
|
.tmpl:
|
||||||
sed \
|
$(AM_V_GEN)sed \
|
||||||
-e s@:SBINDIR:@${sbindir}@ \
|
-e s@:SBINDIR:@${sbindir}@ \
|
||||||
-e s@:BINDIR:@${bindir}@ \
|
-e s@:BINDIR:@${bindir}@ \
|
||||||
-e s@:ETCDIR:@${sysconfdir}@ \
|
-e s@:ETCDIR:@${sysconfdir}@ \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user