diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-02-20 13:21:18 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-02-20 13:21:18 +0000 |
commit | abef93ce5419b7b8f795de938b2113924c8daa9c (patch) | |
tree | 1d5b0f054a7126f8b007e06bbb27abc503ef2e58 /qadevOOo/runner/makefile.mk | |
parent | b2d24066f6192b892c74c95c6179e5a1fb441737 (diff) |
INTEGRATION: CWS qadev28 (1.11.28); FILE MERGED
2007/01/11 15:24:20 sg 1.11.28.1: #i68620#added check for SOLAR_JAVA=TRUE
Diffstat (limited to 'qadevOOo/runner/makefile.mk')
-rw-r--r-- | qadevOOo/runner/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/runner/makefile.mk b/qadevOOo/runner/makefile.mk index a7e5d7e750fc..d4b610ad6eef 100644 --- a/qadevOOo/runner/makefile.mk +++ b/qadevOOo/runner/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.12 $ +# $Revision: 1.13 $ # -# last change: $Author: obo $ $Date: 2007-01-25 13:16:29 $ +# last change: $Author: rt $ $Date: 2007-02-20 14:21:18 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -48,7 +48,7 @@ JARCOMMANDS_TESTS = $(foreach,i,$(SUBDIRS_TESTS) -C $(CLASSDIR) $i) JARCOMMANDS_RUNNER = $(foreach,i,$(SUBDIRS_RUNNER) -C $(CLASSDIR) $i) # --- Targets ------------------------------------------------------ -.IF "$(SOLAR_JAVA)"!="" +.IF "$(SOLAR_JAVA)"=="TRUE" OWNJAR: ALLTAR |