summaryrefslogtreecommitdiff
path: root/jtools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'jtools/Makefile')
-rw-r--r--jtools/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/jtools/Makefile b/jtools/Makefile
index 4c911b33d..39143976b 100644
--- a/jtools/Makefile
+++ b/jtools/Makefile
@@ -3,15 +3,8 @@
include $(TOPDIR)/rules.mk
-TARGETS:=
-ifneq ($(ADK_PACKAGE_OPENJDK),)
# jikes is for ant
-TARGETS+=fastjar gcj ecj jikes classpath jamvm ant openjdk qemu
-endif
-ifneq ($(ADK_PACKAGE_OPENJDK7),)
-# jikes is for ant
-TARGETS+=fastjar gcj ecj jikes classpath jamvm ant openjdk7
-endif
+TARGETS:=fastjar gcj ecj jikes classpath jamvm ant openjdk7
TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS))
TARGETS_CLEAN:=$(patsubst %,%-clean,$(TARGETS))