[vala] vapigen: Don't override VALAC and use the available one like the rest



commit 6021cd472395867729c09942abebe4f7bac9c6b6
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Sat Sep 20 15:18:18 2014 +0200

    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.

 vapigen/Makefile.am |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/vapigen/Makefile.am b/vapigen/Makefile.am
index 39fc870..647304f 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)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]