Merge
authormikejwre
Wed, 30 Jun 2010 18:57:51 -0700
changeset 5819 07ec1955dba7
parent 5817 0011b9666943 (current diff)
parent 5818 1f5b65b3624c (diff)
child 5820 4f5e99470724
Merge
--- a/jdk/make/sun/security/mscapi/Makefile	Tue Jun 29 22:34:59 2010 -0700
+++ b/jdk/make/sun/security/mscapi/Makefile	Wed Jun 30 18:57:51 2010 -0700
@@ -150,6 +150,7 @@
 # Rules
 #
 CLASSDESTDIR = $(TEMPDIR)/classes
+JAVAHFLAGS += -classpath $(CLASSDESTDIR)
 
 include $(BUILDDIR)/common/Mapfile-vers.gmk
 
--- a/jdk/make/sun/security/pkcs11/Makefile	Tue Jun 29 22:34:59 2010 -0700
+++ b/jdk/make/sun/security/pkcs11/Makefile	Wed Jun 30 18:57:51 2010 -0700
@@ -148,6 +148,7 @@
 # Rules
 #
 CLASSDESTDIR = $(TEMPDIR)/classes
+JAVAHFLAGS += -classpath $(CLASSDESTDIR)
 
 include $(BUILDDIR)/common/Mapfile-vers.gmk