Use the GEN silent rule when generating files with sed

This commit is contained in:
Martin Willi
2013-05-06 15:04:56 +02:00
parent f932677f0c
commit 0be946dce3
7 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -5,9 +5,9 @@ CLEANFILES = ipsec.conf.5 ipsec.secrets.5 strongswan.conf.5
SUFFIXES = .in
.in:
$(AM_V_GEN) \
sed \
-e "s:@IPSEC_VERSION@:$(PACKAGE_VERSION):" \
-e "s:@DEV_URANDOM@:$(urandom_device):" \
-e "s:@DEV_RANDOM@:$(random_device):" \
$(srcdir)/$@.in > $@