summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2009-12-30 23:52:22 +0100
committerJohan Dahlin <johan@gnome.org>2009-12-30 23:52:22 +0100
commitc1836c4e455eb4c98f3a2a5ce97995e070cf9377 (patch)
treee219c5c5ed689697082a0d43209805135b517195 /common.mk
parent2bab940ad9dd947379188cfa6f5990352660cd25 (diff)
downloadgobject-introspection-c1836c4e455eb4c98f3a2a5ce97995e070cf9377.tar.gz
Make compiler output with silent-rules prettier
This is only supported with automake 1.11 or newer, older versions should default to showing nothing for now.
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 1f4d6019..f05d4aff 100644
--- a/common.mk
+++ b/common.mk
@@ -4,7 +4,7 @@ SCANNER_ENV = env PYTHONPATH=$(SCANNER_PYTHONPATH) \
UNINSTALLED_INTROSPECTION_SRCDIR=$(top_srcdir) \
UNINSTALLED_INTROSPECTION_BUILDDIR=$(top_builddir)
SCANNER_ARGS = -v --add-include-path=$(top_builddir)/gir --add-include-path=.
-SCANNER = $(AM_V_GEN) env LPATH=.libs $(CHECK_DEBUG) $(SCANNER_ENV) $(SCANNER_BIN) $(SCANNER_ARGS)
+SCANNER = env LPATH=.libs $(CHECK_DEBUG) $(SCANNER_ENV) $(SCANNER_BIN) $(SCANNER_ARGS)
SCANNER_LIBS = \
$(top_srcdir)/giscanner/*.py \
$(top_builddir)/giscanner/libgiscanner.la \