diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-24 12:19:08 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-24 12:19:08 +0000 |
commit | 82a38449747fa682e2f761a1b98264d5220a8a05 (patch) | |
tree | 21c187aeba459d08537db9100aac45af6bff0125 /extensions/qa | |
parent | bd7cb82c7db79acbc2c0bd7546a9416c731df27b (diff) |
INTEGRATION: CWS complextest1 (1.5.68); FILE MERGED
2007/07/16 10:59:10 sg 1.5.68.1: #i78662#fixed makefile bug
Diffstat (limited to 'extensions/qa')
-rw-r--r-- | extensions/qa/complex/extensions/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/qa/complex/extensions/makefile.mk b/extensions/qa/complex/extensions/makefile.mk index 3c20f88d355d..12d676b4869b 100644 --- a/extensions/qa/complex/extensions/makefile.mk +++ b/extensions/qa/complex/extensions/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: vg $ $Date: 2007-02-06 12:59:13 $ +# last change: $Author: rt $ $Date: 2007-07-24 13:19:08 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -97,10 +97,10 @@ RUNNER_CLASSPATH = -cp $(CLASSPATH)$(PATH_SEPERATOR)$(SOLARBINDIR)$/OOoRunner.ja RUNNER_ARGS = org.openoffice.Runner -TestBase java_complex run:copy_resources - java $(RUNNER_CLASSPATH) $(RUNNER_ARGS) -sce extensions_all.sce + +java $(RUNNER_CLASSPATH) $(RUNNER_ARGS) -sce extensions_all.sce run_%:copy_resources - java $(RUNNER_CLASSPATH) $(RUNNER_ARGS) -o complex.$(PRJNAME).$(@:s/run_//) + +java $(RUNNER_CLASSPATH) $(RUNNER_ARGS) -o complex.$(PRJNAME).$(@:s/run_//) copy_resources: $(RESLIB1TARGETN) $(RESLIB2TARGETN) |