summaryrefslogtreecommitdiff
path: root/include/Makefile.am
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2003-12-25 17:07:08 +0000
committerMark Wielaard <mark@klomp.org>2003-12-25 17:07:08 +0000
commit36665224f971a2bc8acd8aefd4770eaa87e868fa (patch)
tree7aabd89bf680c8de096ef499b0e962e501295539 /include/Makefile.am
parent3ae8e95d01cb8ae899c0f859f1c1a66dd34ea031 (diff)
downloadclasspath-36665224f971a2bc8acd8aefd4770eaa87e868fa.tar.gz
2003-12-25 Mark Wielaard <mark@klomp.org>
* include/Makefile.am (ARG_CLASSPATH_JAVAH): Use -bootclasspath. * include/gnu_java_awt_peer_gtk_GdkPixbufDecoder.h: Regenerated. * include/gnu_java_awt_peer_gtk_GtkComponentPeer.h: Likewise. * include/gnu_java_awt_peer_gtk_GtkToolkit.h: Likewise. * include/java_lang_VMSystem.h: Likewise.
Diffstat (limited to 'include/Makefile.am')
-rw-r--r--include/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index ae6d2269d..a5ee8df5a 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -1,5 +1,5 @@
ARG_JNI_JAVAH = -jni
-ARG_CLASSPATH_JAVAH = -classpath
+ARG_CLASSPATH_JAVAH = -bootclasspath
JAVAH = $(USER_JAVAH) $(ARG_JNI_JAVAH) $(ARG_CLASSPATH_JAVAH) ../lib:$(USER_CLASSLIB)
H_FILES = \