summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2007-09-16 19:58:06 +0000
committerMark Wielaard <mark@klomp.org>2007-09-16 19:58:06 +0000
commit350f457e4f7d3d9a8595989e2f30ca84f14e2fe7 (patch)
treee7b7291eb4eb47be282cd72e41042b787b60dce1 /examples
parent7cd99eb55462482bb6c351c8fd1b8c7eb7f875eb (diff)
downloadclasspath-350f457e4f7d3d9a8595989e2f30ca84f14e2fe7.tar.gz
2007-09-16 Mark Wielaard <mark@klomp.org>
* examples/Makefile.am (JCOMPILER): Add tools.zip for ecj.
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 235c3819e..7f8e53988 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -9,7 +9,7 @@ GLIBJ_CLASSPATH='$(top_builddir)/lib/glibj.zip'
#JCOMPILER = $(JIKES) -bootclasspath '' -extdirs '' -sourcepath '' --classpath $(top_builddir)/lib:.
#else
if FOUND_ECJ
-JCOMPILER = $(ECJ) -1.5 -encoding UTF-8 -warn:-deprecation,serial,typeHiding,unchecked,unused,varargsCast -bootclasspath $(GLIBJ_CLASSPATH) -classpath .
+JCOMPILER = $(ECJ) -1.5 -encoding UTF-8 -warn:-deprecation,serial,typeHiding,unchecked,unused,varargsCast -bootclasspath $(GLIBJ_CLASSPATH) -classpath '$(top_builddir)/tools/tools.zip'
else
if FOUND_JAVAC
JCOMPILER = $(JAVAC) -encoding UTF-8 -bootclasspath $(GLIBJ_CLASSPATH) -classpath '$(top_builddir)/tools/tools.zip'