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
View File
@@ -5,6 +5,7 @@ CLEANFILES = strongswan.service
systemdsystemunit_DATA = strongswan.service
strongswan.service : strongswan.service.in
$(AM_V_GEN) \
sed \
-e "s:@SBINDIR@:$(sbindir):" \
-e "s:@IPSEC_SCRIPT@:$(ipsec_script):" \