diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2010-11-04 17:32:26 +0100 |
|---|---|---|
| committer | Andreas Oberritter <obi@opendreambox.org> | 2010-11-16 17:15:38 +0100 |
| commit | 6865d5bb30ac60fa75e850aecff992d409696bb6 (patch) | |
| tree | dc0de286810d84a4db268e9c1be8c94dec0febb6 /Makefile.am | |
| parent | 83357d02fa6181b7fba39cfc114a0547ded99f53 (diff) | |
| download | enigma2-6865d5bb30ac60fa75e850aecff992d409696bb6.tar.gz enigma2-6865d5bb30ac60fa75e850aecff992d409696bb6.zip | |
use AM_V_* variables to improve silent build mode
Diffstat (limited to 'Makefile.am')
| -rwxr-xr-x | Makefile.am | 2 |
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) $^ > $@ |
