aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2010-11-04 17:32:26 +0100
committerAndreas Oberritter <obi@opendreambox.org>2010-11-16 17:15:38 +0100
commit6865d5bb30ac60fa75e850aecff992d409696bb6 (patch)
treedc0de286810d84a4db268e9c1be8c94dec0febb6 /Makefile.am
parent83357d02fa6181b7fba39cfc114a0547ded99f53 (diff)
downloadenigma2-6865d5bb30ac60fa75e850aecff992d409696bb6.tar.gz
enigma2-6865d5bb30ac60fa75e850aecff992d409696bb6.zip
use AM_V_* variables to improve silent build mode
Diffstat (limited to 'Makefile.am')
-rwxr-xr-xMakefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6935fa6d..ab2d1639 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,4 +15,4 @@ CLEANFILES = index-enigma2.xml
EXTRA_DIST = lamedb
index-enigma2.xml: $(top_srcdir)/tools/genmetaindex.py $(top_srcdir)/lib/python/Plugins/*/*/meta/plugin_*.xml
- $(PYTHON) $^ > $@
+ $(AM_V_GEN)$(PYTHON) $^ > $@