diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-08 20:39:57 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-08 20:39:57 +0100 |
commit | e276b89c4e18e975addf49f923e60a9e55e5216f (patch) | |
tree | e650c1892c07b389f0871493a762897522560fff | |
parent | 0a936812d615f9824bfbfa7958e04559b9dc7294 (diff) |
do not build jtools by default, oops
-rw-r--r-- | jtools/Makefile | 3 |
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)) |