diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-24 12:19:26 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-24 12:19:26 +0000 |
commit | 5052256646173e4a4330c3c4e6ab5fcb58668989 (patch) | |
tree | c3b64d465c731638b78e093bede1a63ec4a0f39b /extensions/qa | |
parent | 82a38449747fa682e2f761a1b98264d5220a8a05 (diff) |
INTEGRATION: CWS complextest1 (1.4.34); FILE MERGED
2007/07/16 10:59:52 sg 1.4.34.1: #i78662#fixed makefile bug
Diffstat (limited to 'extensions/qa')
-rw-r--r-- | extensions/qa/integration/extensions/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/qa/integration/extensions/makefile.mk b/extensions/qa/integration/extensions/makefile.mk index 5b2fd0a28577..5cd630fc7c36 100644 --- a/extensions/qa/integration/extensions/makefile.mk +++ b/extensions/qa/integration/extensions/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: kz $ $Date: 2007-05-10 10:45:58 $ +# last change: $Author: rt $ $Date: 2007-07-24 13:19:26 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -84,8 +84,8 @@ ALL: ALLDEP .INCLUDE : target.mk run: - java $(RUNNER_CLASSPATH) $(RUNNER_ARGS) -sce extensions_complex.sce + +java $(RUNNER_CLASSPATH) $(RUNNER_ARGS) -sce extensions_complex.sce run_%: - java $(RUNNER_CLASSPATH) $(RUNNER_ARGS) -o integration.$(PRJNAME).$(@:s/run_//) + +java $(RUNNER_CLASSPATH) $(RUNNER_ARGS) -o integration.$(PRJNAME).$(@:s/run_//) |