summaryrefslogtreecommitdiff
path: root/jtools/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-11 23:25:55 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-11 23:25:55 +0200
commitefd988a93f437b050627727fd1bd9041764b2de7 (patch)
tree1d91d51ce8fb775732b18193c8a495d332e29e7b /jtools/Makefile
parent1ed6f2b800832dceb40515f22c11ae33936c3b94 (diff)
parent7f8bec5a9a9b9188ab7d8cbbec5f93343d7089a0 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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 23c90534f..5106df2e6 100644
--- a/jtools/Makefile
+++ b/jtools/Makefile
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
TARGETS:=
ifneq ($(ADK_PACKAGE_OPENJDK),)
-TARGETS+=fastjar gcj classpath ecj
+TARGETS+=fastjar gcj ecj jikes jamvm classpath ant openjdk
endif
TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS))