jdk/make/CreateJars.gmk
changeset 22342 c83795c442b7
parent 22046 b7163958d6d9
parent 22336 a5de9b85e983
child 22963 a28e6f0b511b
--- a/jdk/make/CreateJars.gmk	Fri Jan 10 15:51:24 2014 +0100
+++ b/jdk/make/CreateJars.gmk	Fri Jan 10 15:04:46 2014 +0000
@@ -668,13 +668,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.