summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2010-01-29 22:47:33 +0100
committerJürg Billeter <j@bitron.ch>2010-03-21 09:07:42 +0100
commitbdcc15c43285b2138cef7a0754fcd8bf1012ce92 (patch)
tree1b1eea21ffdcbbe842ae4c6fe9cf30da2ae87544 /Makefile.am
parent82eaf6f167ba40e05dfd96448b575ffe3282f362 (diff)
downloadvala-bdcc15c43285b2138cef7a0754fcd8bf1012ce92.tar.gz
build: Enable silent rules by default
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c2613ea40..b59d5d179 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,7 +39,7 @@ pkgconfig_DATA = vala-1.0.pc
.PHONY: bootstrap
bootstrap: all
find $(top_srcdir) -name "*.vala.stamp" | xargs rm -f
- $(MAKE) $(AM_MAKEFLAGS) all VALAC=$(abs_top_builddir)/compiler/valac
+ $(MAKE) $(AM_MAKEFLAGS) all VALAC=$(abs_top_builddir)/compiler/valac V=$V
.PHONY: test
test: