summaryrefslogtreecommitdiff
path: root/jtools/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-08-07 19:53:14 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-08-07 19:53:14 +0200
commitc20e67a4a06a377a277544a498338fa6a09e9e3f (patch)
tree1c2d187d233cb0783a9b6b41bef5555a62ab9112 /jtools/Makefile
parent3b216c1da80a8f768d4bf93569efb742e63797d2 (diff)
parent208807cc63754f699107bbad24687b3ae1d326fe (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 5106df2e6..2ea44243a 100644
--- a/jtools/Makefile
+++ b/jtools/Makefile
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
TARGETS:=
ifneq ($(ADK_PACKAGE_OPENJDK),)
-TARGETS+=fastjar gcj ecj jikes jamvm classpath ant openjdk
+TARGETS+=fastjar gcj ecj jikes classpath jamvm ant openjdk
endif
TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS))