summaryrefslogtreecommitdiff
path: root/jtools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'jtools/Makefile')
-rw-r--r--jtools/Makefile2
1 files changed, 1 insertions, 1 deletions
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))