diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-06 17:04:28 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-06 17:04:28 +0200 |
commit | f0b814dddb1b74c91fd54af412ad356fc68be4a2 (patch) | |
tree | 0cb2c6ee2389abe4aa9ad0ad0a2b11c511f9dab9 /jtools/Makefile | |
parent | 5e64a4a52672248415e73543ec43ebe47f49d3da (diff) |
really compile openadk without host java and ant
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 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)) |