[ecj] Patch: FYI: fix tools build
Tom Tromey
tromey@redhat.com
Tue Dec 19 00:16:00 GMT 2006
I'm checking this in on the gcj-eclipse-merge-branch.
This fixes a buglet I introduced earlier.
Tom
Index: ChangeLog.gcj
from Tom Tromey <tromey@redhat.com>
* tools/Makefile.am (GLIBJ_CLASSPATH): Look in srcdir.
Index: tools/Makefile.am
===================================================================
--- tools/Makefile.am (revision 120014)
+++ tools/Makefile.am (working copy)
@@ -2,7 +2,8 @@
## GCJ LOCAL: use srcdir to find core classes.
GLIBJ_BOOTCLASSPATH='$(top_srcdir)/lib'
-GLIBJ_CLASSPATH=asm
+GLIBJ_CLASSPATH=$(srcdir)/asm
+## END GCJ LOCAL
# Setup the compiler to use the GNU Classpath library we just build
if FOUND_GCJ
More information about the Java-patches
mailing list