From f3ded116304e1a71bae106ed0a842984de88760d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 9 Apr 2011 11:24:33 +0200 Subject: compile ant as prerequisites with jikes and jamvm --- jtools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jtools/Makefile') diff --git a/jtools/Makefile b/jtools/Makefile index 56f04d90c..af8bdd957 100644 --- a/jtools/Makefile +++ b/jtools/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk TARGETS:= ifneq ($(ADK_PACKAGE_OPENJDK),) -TARGETS+=fastjar gcj jikes classpath ecj openjdk +TARGETS+=fastjar gcj jikes jamvm classpath ant ecj openjdk endif TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS)) -- cgit v1.2.3