diff options
| author | Andrew John Hughes <gnu_andrew@member.fsf.org> | 2008-09-14 16:49:41 +0000 |
|---|---|---|
| committer | Andrew John Hughes <gnu_andrew@member.fsf.org> | 2008-09-14 16:49:41 +0000 |
| commit | 4fd309d2e65690e08695dd1c35f632602ded8fbd (patch) | |
| tree | 3361ef87cf70a59933407c521e13730b5b0abee4 /examples | |
| parent | afee9db31a894a1bae0af9df745d359427e7163b (diff) | |
| download | classpath-4fd309d2e65690e08695dd1c35f632602ded8fbd.tar.gz | |
2008-09-14 Andrew John Hughes <gnu_andrew@member.fsf.org>
* examples/Makefile.am:
Check lib directly as well as glibj.zip
for boot classes.
* m4/acinclude.m4:
Only require the class files to be built
to allow the tools and examples to be built,
not the installation of glibj.zip.
* tools/Makefile.am:
Check lib directly as well as glibj.zip
for boot classes.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index cefd1b62d..ff4780124 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,5 +1,5 @@ ## Input file for automake to generate the Makefile.in used by configure -GLIBJ_CLASSPATH='$(top_builddir)/lib/glibj.zip' +GLIBJ_CLASSPATH='$(top_builddir)/lib/glibj.zip:$(top_builddir)/lib' if GCJ_JAVAC JCOMPILER = $(JAVAC) $(JAVACFLAGS) -fsource=1.5 -ftarget=1.5 --encoding=UTF-8 --bootclasspath=$(GLIBJ_CLASSPATH) --classpath='$(top_builddir)/tools/tools.zip' |
