diff options
-rw-r--r-- | package/ant/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ant/Makefile b/package/ant/Makefile index 35094fd2b..c72d441ea 100644 --- a/package/ant/Makefile +++ b/package/ant/Makefile @@ -26,7 +26,7 @@ HOST_STYLE:= manual host-build: if [ ! -f $(WRKBUILD)/lib/optional/junit-4.9b2.jar ];then \ - cd $(WRKBUILD)/lib/optional; wget http://openadk.org/distfiles/junit-4.9b2.jar; \ + cd $(WRKBUILD)/lib/optional; wget http://distfiles.openadk.org/junit-4.9b2.jar; \ fi cp $(DL_DIR)/ecj*.jar $(WRKBUILD)/lib/optional/ecj.jar (cd ${WRKBUILD}; \ |