summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2014-09-20 15:18:18 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2014-09-20 15:18:18 +0200
commit6021cd472395867729c09942abebe4f7bac9c6b6 (patch)
tree20cc1c76049e12e8a086bb5b0ecf4e760b31ca0e
parent25e3827d3076c49170ec2602531854b2f3782486 (diff)
downloadvala-6021cd472395867729c09942abebe4f7bac9c6b6.tar.gz
vapigen: Don't override VALAC and use the available one like the rest
There is no reason to special case vapigen while the rest of the source is built with the available valac version. For a proper build bootstrapping is required anyway. For internal testing of the just-built valac the testsuite should suffice.
-rw-r--r--vapigen/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/vapigen/Makefile.am b/vapigen/Makefile.am
index 39fc8702c..647304fb1 100644
--- a/vapigen/Makefile.am
+++ b/vapigen/Makefile.am
@@ -2,8 +2,6 @@ include $(top_srcdir)/Makefile.common
NULL =
-VALAC = $(top_builddir)/compiler/valac$(EXEEXT)
-
SUBDIRS = \
vala-gen-introspect \
$(NULL)