summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorinfirit <[email protected]>2015-07-23 15:32:34 +0200
committerinfirit <[email protected]>2015-07-23 15:32:34 +0200
commit0a768b218d713134d8d9dc5f927f2b7b4cdc65de (patch)
tree6783cc1bc1b82c1354c6ba2f445400096c64221a /Makefile.am
parentfda48486887af5cf04f58cb977c0143f94d2448b (diff)
downloadmozo-0a768b218d713134d8d9dc5f927f2b7b4cdc65de.tar.bz2
mozo-0a768b218d713134d8d9dc5f927f2b7b4cdc65de.tar.xz
Use AM_SILENT_RULES
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 53f3db0..1e4648a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,8 +12,8 @@ DISTCLEANFILES = ChangeLog
DISTCHECK_CONFIGURE_FLAGS = --disable-icon-update
mozo: mozo.in
- sed -e s!\@PYTHON\@!@PYTHON@! \
- -e s!\@PYOPTIONS\@!-OOt! \
+ $(AM_V_GEN)sed -e s!\@PYTHON\@!@PYTHON@! \
+ -e s!\@PYOPTIONS\@!-OOt! \
< $< > $@
mozo: Makefile