jdk/make/gendata/GendataCommon.gmk
changeset 26191 a0ff4b39d34b
parent 25859 3317bb8137f4
child 27565 729f9700483a
equal deleted inserted replaced
26190:d183677673d9 26191:a0ff4b39d34b
    26 default: all
    26 default: all
    27 
    27 
    28 include $(SPEC)
    28 include $(SPEC)
    29 include MakeBase.gmk
    29 include MakeBase.gmk
    30 include JavaCompilation.gmk
    30 include JavaCompilation.gmk
    31 
    31 include SetupJavaCompilers.gmk
    32 # Setup the java compilers for the JDK build.
       
    33 include SetupJava.gmk
       
    34 # We need the tools.
    32 # We need the tools.
    35 include Tools.gmk
    33 include Tools.gmk
    36 
    34