summaryrefslogtreecommitdiff
path: root/jtools
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-08 20:39:57 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-08 20:39:57 +0100
commite276b89c4e18e975addf49f923e60a9e55e5216f (patch)
treee650c1892c07b389f0871493a762897522560fff /jtools
parent0a936812d615f9824bfbfa7958e04559b9dc7294 (diff)
do not build jtools by default, oops
Diffstat (limited to 'jtools')
-rw-r--r--jtools/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/jtools/Makefile b/jtools/Makefile
index 39143976b..23d93a6d4 100644
--- a/jtools/Makefile
+++ b/jtools/Makefile
@@ -3,8 +3,11 @@
include $(TOPDIR)/rules.mk
+TARGETS:=
# jikes is for ant
+ifneq ($(ADK_PACKAGE_OPENJDK7),)
TARGETS:=fastjar gcj ecj jikes classpath jamvm ant openjdk7
+endif
TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS))
TARGETS_CLEAN:=$(patsubst %,%-clean,$(TARGETS))