16 lines
404 B
Plaintext
16 lines
404 B
Plaintext
$NetBSD: patch-jdk_make_com_sun_script_Makefile,v 1.1 2013/06/02 06:12:28 ryoon Exp $
|
|
|
|
* From rhino.patch.
|
|
|
|
--- jdk/make/com/sun/script/Makefile.orig 2012-08-10 17:21:32.000000000 +0000
|
|
+++ jdk/make/com/sun/script/Makefile
|
|
@@ -31,6 +31,8 @@ include $(BUILDDIR)/common/Defs.gmk
|
|
|
|
AUTO_FILES_JAVA_DIRS = com/sun/script
|
|
|
|
+OTHER_JAVACFLAGS = -classpath $(RHINO_JAR)
|
|
+
|
|
#
|
|
# Files that need to be copied
|
|
#
|