summaryrefslogtreecommitdiff
path: root/jtools/Makefile
diff options
context:
space:
mode:
authorwbx <wbx@openadk.org>2011-04-09 21:54:12 +0200
committerwbx <wbx@openadk.org>2011-04-09 21:54:12 +0200
commit9954d8b64793e7b20a04419a06408617e739c3cf (patch)
treebcac9aadcbebbc3ca651ef364864e7bf75ea2568 /jtools/Makefile
parent34fc06736330cc993fd1c936ed9205cdc73aa0fd (diff)
parent5af6b940e2749b6cdc506a9d85df94f73a1c7487 (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..af8bdd957 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 jikes jamvm classpath ant ecj openjdk
endif
TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS))