jdk/make/CreateJars.gmk
changeset 22336 a5de9b85e983
parent 22332 fba4c66089bb
parent 21805 c7d7946239de
child 22342 c83795c442b7
--- a/jdk/make/CreateJars.gmk	Wed Dec 04 23:11:27 2013 -0800
+++ b/jdk/make/CreateJars.gmk	Sat Dec 07 16:15:08 2013 -0800
@@ -693,13 +693,6 @@
 
 ##########################################################################################
 
-ifeq ($(OPENJDK_TARGET_OS), macosx)
-  $(eval $(call SetupArchive,BUILD_JOBJC_JAR, , \
-      SRCS := $(JDK_OUTPUTDIR)/jobjc_classes, \
-      JAR := $(IMAGES_OUTPUTDIR)/lib/JObjC.jar, \
-      JARINDEX := true))
-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.