summaryrefslogtreecommitdiff
path: root/jtools/ant
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-08-07 19:53:14 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-08-07 19:53:14 +0200
commitc20e67a4a06a377a277544a498338fa6a09e9e3f (patch)
tree1c2d187d233cb0783a9b6b41bef5555a62ab9112 /jtools/ant
parent3b216c1da80a8f768d4bf93569efb742e63797d2 (diff)
parent208807cc63754f699107bbad24687b3ae1d326fe (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'jtools/ant')
-rw-r--r--jtools/ant/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/jtools/ant/Makefile b/jtools/ant/Makefile
index 666e1e8cb..07da1f1a0 100644
--- a/jtools/ant/Makefile
+++ b/jtools/ant/Makefile
@@ -18,7 +18,7 @@ install: ${STAGING_JAVA_HOST_DIR}/usr/bin/ant
$(WRKBUILD)/.compiled: ${WRKDIST}/.prepared
cd $(WRKBUILD)/lib/optional; wget http://openadk.org/distfiles/junit-4.9b2.jar
- cp $(STAGING_JAVA_HOST_DIR)/usr/share/ecj.jar $(WRKBUILD)/lib/optional
+ cp $(STAGING_JAVA_HOST_DIR)/usr/share/java/ecj.jar $(WRKBUILD)/lib/optional
cd ${WRKBUILD}; export BOOTJAVAC_OPTS="-bootclasspath $(STAGING_JAVA_HOST_DIR)/usr/share/classpath/glibj.zip" \
BOOTCLASSPATH="$(STAGING_JAVA_HOST_DIR)/usr/share/jamvm/classes.zip:$(STAGING_JAVA_HOST_DIR)/usr/share/classpath/glibj.zip" \
LD_LIBRARY_PATH=$(STAGING_JAVA_HOST_DIR)/usr/lib:$(STAGING_JAVA_HOST_DIR)/usr/lib64 \