--- a/jdk/make/java/redist/Makefile Mon Jun 22 09:16:54 2009 -0400
+++ b/jdk/make/java/redist/Makefile Wed Jun 24 14:49:31 2009 -0400
@@ -40,7 +40,6 @@
SERVER_LOCATION = server
CLIENT_LOCATION = client
-KERNEL_LOCATION = kernel
DB_SUFFIX = _db
@@ -104,14 +103,6 @@
ifeq ($(PLATFORM), windows)
# Windows vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv Windows
-# Add the Java Kernel VM to the import path, but only on windows 32-bit Windows
-ifeq ($(ARCH_DATA_MODEL), 32)
- ifeq ($(DO_KERNEL), true)
- IMPORT_LIST += $(LIB_LOCATION)/$(KERNEL_LOCATION)/$(JVM_NAME) \
- $(LIB_LOCATION)/$(KERNEL_LOCATION)/Xusage.txt
- endif
-endif
-
IMPORT_LIST += $(MS_RUNTIME_LIBRARIES:%=$(BINDIR)/%)
# NOTE: These might actually come from BUILDDIR, depends on the settings.