diff options
Diffstat (limited to 'jtools')
-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)) |