# HG changeset patch # User ihse # Date 1446569676 -3600 # Node ID 5fac23e49beff81367c59ebb991a5d5ff30f186f # Parent 1cd3c95fb5468d78a27d3d83e56affc4c1378492 8141333: Rename SetupArchive to SetupJarArchive Reviewed-by: erikj, tbell diff -r 1cd3c95fb546 -r 5fac23e49bef 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, \