summaryrefslogtreecommitdiff
path: root/jtools
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-08-08 22:42:57 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-08-08 22:42:57 +0200
commit96d9f7612b66674d60f6fc37df647d363fd9dce2 (patch)
treef13909b5dcfb84ce7b65db699b600d131bfcf3f1 /jtools
parent208807cc63754f699107bbad24687b3ae1d326fe (diff)
fix compile with uClibc, tested on rb532
Diffstat (limited to 'jtools')
-rw-r--r--jtools/Makefile1
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