diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-08 18:44:52 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-08 18:44:52 +0200 |
commit | 29b1e2852b8eff1a29aaa3bbd7960796337070fc (patch) | |
tree | a613287909cabddc05211b88e731cafa4cc112fe /jtools/Makefile | |
parent | 4882a074aac789c688d8ccc444f7cd57d775fe8a (diff) |
add openjdk native build to jtools, add jikes for ant compile tests
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..56f04d90c 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 classpath ecj openjdk endif TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS)) |