Explorar o código

do not build jtools by default, oops

Waldemar Brodkorb %!s(int64=12) %!d(string=hai) anos
pai
achega
e276b89c4e
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      jtools/Makefile

+ 3 - 0
jtools/Makefile

@@ -3,8 +3,11 @@
 
 include $(TOPDIR)/rules.mk
 
+TARGETS:=
 # jikes is for ant
+ifneq ($(ADK_PACKAGE_OPENJDK7),)
 TARGETS:=fastjar gcj ecj jikes classpath jamvm ant openjdk7
+endif
 
 TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS))
 TARGETS_CLEAN:=$(patsubst %,%-clean,$(TARGETS))