aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
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) $^ > $@