aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2013-04-10 15:35:55 +0200
committerMartin Willi <martin@revosec.ch>2013-05-06 15:04:56 +0200
commit0be946dce3ec58b63f4d5ae33180a82a6f9b64a7 (patch)
treebd4b2d984329b3df90645ac82a8fd3afc47ee3c4 /Makefile.am
parentf932677f0c77b5d31b035166f0893e63483b1185 (diff)
downloadstrongswan-0be946dce3ec58b63f4d5ae33180a82a6f9b64a7.tar.bz2
strongswan-0be946dce3ec58b63f4d5ae33180a82a6f9b64a7.tar.xz
Use the GEN silent rule when generating files with sed
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8a558c150..3cd798648 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,11 +17,13 @@ nodist_config_include_HEADERS = config.h
endif
Android.common.mk : Android.common.mk.in configure.in
+ $(AM_V_GEN) \
sed \
-e "s:\@PACKAGE_VERSION\@:$(PACKAGE_VERSION):" \
$(srcdir)/$@.in > $@
Doxyfile : Doxyfile.in
+ $(AM_V_GEN) \
sed \
-e "s:\@PACKAGE_VERSION\@:$(PACKAGE_VERSION):" \
-e "s:\@PACKAGE_NAME\@:$(PACKAGE_NAME):" \