--- a/langtools/make/gendata/Gendata-jdk.compiler.gmk Fri Oct 30 17:00:33 2015 +0100
+++ b/langtools/make/gendata/Gendata-jdk.compiler.gmk Tue Nov 03 17:54:36 2015 +0100
@@ -23,6 +23,7 @@
# questions.
#
+include JarArchive.gmk
include JavaCompilation.gmk
include SetupJavaCompilers.gmk
@@ -52,9 +53,9 @@
$(@D)
$(TOUCH) $@
-# Can't generate ct.sym directly into modules libs as the SetupArchive macro
+# Can't generate ct.sym directly into modules libs as the SetupJarArchive macro
# creates meta data files in the output dir.
-$(eval $(call SetupArchive, CREATE_CTSYM, \
+$(eval $(call SetupJarArchive, CREATE_CTSYM, \
DEPENDENCIES := $(SUPPORT_OUTPUTDIR)/symbols/ct.sym-files/_the.symbols, \
SRCS := $(SUPPORT_OUTPUTDIR)/symbols/ct.sym-files, \
SUFFIXES := .sig, \