diff options
author | wbx <wbx@openadk.org> | 2011-04-09 21:54:12 +0200 |
---|---|---|
committer | wbx <wbx@openadk.org> | 2011-04-09 21:54:12 +0200 |
commit | 9954d8b64793e7b20a04419a06408617e739c3cf (patch) | |
tree | bcac9aadcbebbc3ca651ef364864e7bf75ea2568 /jtools/Makefile | |
parent | 34fc06736330cc993fd1c936ed9205cdc73aa0fd (diff) | |
parent | 5af6b940e2749b6cdc506a9d85df94f73a1c7487 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'jtools/Makefile')
-rw-r--r-- | jtools/Makefile | 2 |
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)) |