]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
vapigen: Don't override VALAC and use the available one like the rest
authorRico Tzschichholz <ricotz@ubuntu.com>
Sat, 20 Sep 2014 13:18:18 +0000 (15:18 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sat, 20 Sep 2014 13:18:18 +0000 (15:18 +0200)
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.

vapigen/Makefile.am

index 39fc8702cdcb43289db6f9c33f1fb40c6875c743..647304fb1829ea417907bf3950f4e9ee225c434d 100644 (file)
@@ -2,8 +2,6 @@ include $(top_srcdir)/Makefile.common
 
 NULL =
 
-VALAC = $(top_builddir)/compiler/valac$(EXEEXT)
-
 SUBDIRS = \
        vala-gen-introspect \
        $(NULL)