From 740a42f993f543c330e2ac5bef45ccf0cd06747c Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 10 Apr 2011 15:39:23 +0200 Subject: minor tweaks to get ant used --- jtools/ant/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jtools/ant/Makefile') diff --git a/jtools/ant/Makefile b/jtools/ant/Makefile index d2809428b..666e1e8cb 100644 --- a/jtools/ant/Makefile +++ b/jtools/ant/Makefile @@ -17,7 +17,7 @@ include ../rules.mk install: ${STAGING_JAVA_HOST_DIR}/usr/bin/ant $(WRKBUILD)/.compiled: ${WRKDIST}/.prepared - cp junit* $(WRKBUILD)/lib/optional + 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 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" \ -- cgit v1.2.3