diff options
author | Colin Walters <walters@verbum.org> | 2009-08-16 22:59:31 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2009-08-16 23:01:42 -0400 |
commit | 8ceb93d9259042cc29498f26e25fa6577bf28417 (patch) | |
tree | 9ad584c1864f6c47e26b2edd6a8c785c7d4ed386 /common.mk | |
parent | 65a36a3bdbc161e9fefe997b07b22bcd4c552c86 (diff) | |
download | gobject-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.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |