summaryrefslogtreecommitdiff
path: root/jtools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'jtools/Makefile')
-rw-r--r--jtools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/jtools/Makefile b/jtools/Makefile
index 932cd298f..23c90534f 100644
--- a/jtools/Makefile
+++ b/jtools/Makefile
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
TARGETS:=
ifneq ($(ADK_PACKAGE_OPENJDK),)
-TARGETS+=fastjar gcj classpath jamvm ecj
+TARGETS+=fastjar gcj classpath ecj
endif
TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS))