8141333: Rename SetupArchive to SetupJarArchive
authorihse
Tue, 03 Nov 2015 17:54:36 +0100
changeset 33552 5fac23e49bef
parent 33551 1cd3c95fb546
child 33553 9a742b6b95d3
8141333: Rename SetupArchive to SetupJarArchive Reviewed-by: erikj, tbell
langtools/make/gendata/Gendata-jdk.compiler.gmk
--- 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, \