summaryrefslogtreecommitdiff
path: root/jtools/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-04 19:50:29 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-04 19:50:29 +0200
commit533279bbc0f73f99947d2fa16bc06ab79e10df5b (patch)
treecb27a2b0024240d7b267005d3ef10d156274a09a /jtools/Makefile
parent54a8defa87eaa5816f5d82bc6f42e6db4d6c1c86 (diff)
parent54302bd22cbdda4cabf0541cabfb7c3373a92356 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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))