make/gensrc/GensrcCommon.gmk

Print this page

        

*** 28,38 **** include $(SPEC) include MakeBase.gmk include JavaCompilation.gmk include NativeCompilation.gmk include TextFileProcessing.gmk ! ! # Setup the java compilers for the JDK build. ! include SetupJava.gmk # We need the tools. include Tools.gmk --- 28,36 ---- include $(SPEC) include MakeBase.gmk include JavaCompilation.gmk include NativeCompilation.gmk include TextFileProcessing.gmk ! include SetupJavaCompilers.gmk # We need the tools. include Tools.gmk