diff options
author | Ariel Constenla-Haile <arielch@apache.org> | 2016-12-04 15:08:21 +0000 |
---|---|---|
committer | Ariel Constenla-Haile <arielch@apache.org> | 2016-12-04 15:08:21 +0000 |
commit | ecd7f6c5a3b5243d0d67c0d1ad2a215b07103c66 (patch) | |
tree | a08051177bbfa2261863dd4c65b2c38f699760b7 /qadevOOo/runner | |
parent | abfad237b447f788eb9e705be5561aac55d6f439 (diff) |
i127237 - Check ANT_HOME
Notes
Notes:
ignore: obsolete
Diffstat (limited to 'qadevOOo/runner')
-rw-r--r-- | qadevOOo/runner/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/makefile.mk b/qadevOOo/runner/makefile.mk index 9be33eeeca1e..8f5a74d1351e 100644 --- a/qadevOOo/runner/makefile.mk +++ b/qadevOOo/runner/makefile.mk @@ -36,7 +36,7 @@ JARCOMMANDS_TESTS = $(foreach,i,$(SUBDIRS_TESTS) -C $(CLASSDIR) $i) JARCOMMANDS_RUNNER = $(foreach,i,$(SUBDIRS_RUNNER) -C $(CLASSDIR) $i) # --- Targets ------------------------------------------------------ -.IF "$(SOLAR_JAVA)"=="TRUE" && "$(L10N_framework)"=="" +.IF "$(SOLAR_JAVA)"=="TRUE" && "$(L10N_framework)"=="" && "$(ANT_HOME)"!="NO_ANT_HOME" OWNJAR: ALLTAR |