make/CompileDemos.gmk

Print this page

        

*** 27,39 **** include $(SPEC) include MakeBase.gmk include JavaCompilation.gmk include NativeCompilation.gmk ! ! # Setup the java compilers for the JDK build. ! include SetupJava.gmk # Prepare the find cache. $(eval $(call FillCacheFind, $(JDK_TOPDIR)/src)) # Append demo goals to this variable. --- 27,37 ---- include $(SPEC) include MakeBase.gmk include JavaCompilation.gmk include NativeCompilation.gmk ! include SetupJavaCompilers.gmk # Prepare the find cache. $(eval $(call FillCacheFind, $(JDK_TOPDIR)/src)) # Append demo goals to this variable.