--- a/jdk/make/sun/Makefile Fri Oct 26 21:34:24 2012 +0100
+++ b/jdk/make/sun/Makefile Sat Oct 27 09:18:29 2012 +0100
@@ -63,12 +63,6 @@
LWAWT_SUBDIR = lwawt
endif
-ifndef OPENJDK
-ifneq ($(PLATFORM), macosx)
- JDBC_SUBDIR = jdbc
-endif
-endif
-
ifdef OPENJDK
RENDER_SUBDIR = pisces
else
@@ -89,7 +83,7 @@
$(LWAWT_PRE_SUBDIR) $(DISPLAY_LIBS) $(DGA_SUBDIR) $(LWAWT_SUBDIR) \
jawt font jpeg cmm $(DISPLAY_TOOLS)
SUBDIRS_management = management
-SUBDIRS_misc = $(ORG_SUBDIR) rmi $(JDBC_SUBDIR) tracing
+SUBDIRS_misc = $(ORG_SUBDIR) rmi tracing
SUBDIRS_tools = native2ascii serialver tools jconsole
ifndef OPENJDK