summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2009-08-16 22:59:31 -0400
committerColin Walters <walters@verbum.org>2009-08-16 23:01:42 -0400
commit8ceb93d9259042cc29498f26e25fa6577bf28417 (patch)
tree9ad584c1864f6c47e26b2edd6a8c785c7d4ed386 /common.mk
parent65a36a3bdbc161e9fefe997b07b22bcd4c552c86 (diff)
downloadgobject-introspection-8ceb93d9259042cc29498f26e25fa6577bf28417.tar.gz
Excise shave in favor of automake 1.11 silent rules
Shave is just way too invasive in the build system.
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 92da4905..6068e9c0 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 = $(SCANNER_ENV) $(SCANNER_BIN) $(SCANNER_ARGS)
+SCANNER = $(AM_V_GEN) $(SCANNER_ENV) $(SCANNER_BIN) $(SCANNER_ARGS)
SCANNER_LIBS = \
$(top_srcdir)/giscanner/*.py \
$(top_builddir)/giscanner/libgiscanner.la \