aboutsummaryrefslogtreecommitdiff
path: root/make/common
diff options
context:
space:
mode:
authorjjg <none@none>2009-02-26 18:28:21 -0800
committerjjg <none@none>2009-02-26 18:28:21 -0800
commit3e15263dcd9cf26571e33f61ed68a345752c82ed (patch)
treeb515633cb3d42731b480597057910948555a64b5 /make/common
parente8c2aa7d219c96f0f4ec556a6d04fe42f26a71e0 (diff)
6809563: corba build in JDK uses invalid bootclasspath for javah
Reviewed-by: ohair
Diffstat (limited to 'make/common')
-rw-r--r--make/common/shared/Defs-java.gmk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/common/shared/Defs-java.gmk b/make/common/shared/Defs-java.gmk
index f811bee..d36ef80 100644
--- a/make/common/shared/Defs-java.gmk
+++ b/make/common/shared/Defs-java.gmk
@@ -117,7 +117,7 @@ JAVACFLAGS += -classpath $(BOOTDIR)/lib/tools.jar
JAVACFLAGS += $(OTHER_JAVACFLAGS)
# Needed for javah
-JAVAHFLAGS += -bootclasspath $(CLASSBINDIR)
+JAVAHFLAGS += -classpath $(CLASSBINDIR)
# Langtools
ifdef LANGTOOLS_DIST