diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-09 16:56:50 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-09 16:56:50 +0200 |
commit | 8a56c55457bd7ae1ac7ce62150c2bb0e415d354d (patch) | |
tree | 609073259bdf892498185c8c05868ba0ff6de150 /jtools | |
parent | f74d8a406d12c57550fea0cd4dbe967cd9f94eeb (diff) | |
parent | 11f9e374a5bba6dceb3eb80ac2ae65d74543d91a (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'jtools')
-rw-r--r-- | jtools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jtools/Makefile b/jtools/Makefile index 2ea44243a..7ddaf23eb 100644 --- a/jtools/Makefile +++ b/jtools/Makefile @@ -5,6 +5,7 @@ include $(TOPDIR)/rules.mk TARGETS:= ifneq ($(ADK_PACKAGE_OPENJDK),) +# jikes is for ant TARGETS+=fastjar gcj ecj jikes classpath jamvm ant openjdk endif |