From e276b89c4e18e975addf49f923e60a9e55e5216f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 8 Jan 2014 20:39:57 +0100 Subject: do not build jtools by default, oops --- jtools/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'jtools') 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)) -- cgit v1.2.3