diff options
author | wbx <wbx@openadk.org> | 2011-04-10 15:39:23 +0200 |
---|---|---|
committer | wbx <wbx@openadk.org> | 2011-04-10 15:39:23 +0200 |
commit | 740a42f993f543c330e2ac5bef45ccf0cd06747c (patch) | |
tree | b2fd176eb9a7af09f80884904c3d64855aec470e /jtools/Makefile | |
parent | 6e461b82e0b6a4060e35c0ef61ca55663924aba1 (diff) |
minor tweaks to get ant used
Diffstat (limited to 'jtools/Makefile')
-rw-r--r-- | jtools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jtools/Makefile b/jtools/Makefile index af8bdd957..5106df2e6 100644 --- a/jtools/Makefile +++ b/jtools/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk TARGETS:= ifneq ($(ADK_PACKAGE_OPENJDK),) -TARGETS+=fastjar gcj jikes jamvm classpath ant ecj openjdk +TARGETS+=fastjar gcj ecj jikes jamvm classpath ant openjdk endif TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS)) |