diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2014-09-20 15:18:18 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2014-09-20 15:18:18 +0200 |
commit | 6021cd472395867729c09942abebe4f7bac9c6b6 (patch) | |
tree | 20cc1c76049e12e8a086bb5b0ecf4e760b31ca0e /vapigen | |
parent | 25e3827d3076c49170ec2602531854b2f3782486 (diff) | |
download | vala-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.
Diffstat (limited to 'vapigen')
-rw-r--r-- | vapigen/Makefile.am | 2 |
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) |