jdk/makefiles/CreateJars.gmk
changeset 20543 298a19a1a1f6
parent 20324 9ae20c600c08
parent 20542 a7dcd7811f02
child 20551 8518304d2097
child 20785 5b63cde6a6a1
--- a/jdk/makefiles/CreateJars.gmk	Thu Oct 10 10:09:19 2013 -0700
+++ b/jdk/makefiles/CreateJars.gmk	Fri Oct 11 03:06:10 2013 -0700
@@ -990,15 +990,6 @@
 
 ##########################################################################################
 
-ifndef OPENJDK
-    $(eval $(call SetupArchive,BUILD_ALT_RT_JAR,,\
-		SRCS:=$(JDK_OUTPUTDIR)/altclasses_classes,\
-		JAR:=$(IMAGES_OUTPUTDIR)/lib/alt-rt.jar))
-
-endif
-
-##########################################################################################
-
 # This file is imported from hotspot in Import.gmk. Copying it into images/lib so that
 # all jars can be found in one place when creating images in Images.gmk. It needs to be
 # done here so that clean targets can be simple and accurate.