summaryrefslogtreecommitdiff
path: root/jtools/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-11 12:29:23 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-11 12:29:23 +0100
commit407f9b8fde3ad9cc55f39f7a548cde6056dab494 (patch)
tree0375ea8ddab3502bf6883066f43fc7e328d5c704 /jtools/Makefile
parent2ecefcf609e484d04d1546581191831e07ad71ec (diff)
parentabb858ae43374dc13a5fcef19b9e0ba9442013bb (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'jtools/Makefile')
-rw-r--r--jtools/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/jtools/Makefile b/jtools/Makefile
index 4c911b33d..23d93a6d4 100644
--- a/jtools/Makefile
+++ b/jtools/Makefile
@@ -4,13 +4,9 @@
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
+TARGETS:=fastjar gcj ecj jikes classpath jamvm ant openjdk7
endif
TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS))