From 82a38449747fa682e2f761a1b98264d5220a8a05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Tue, 24 Jul 2007 12:19:08 +0000 Subject: [PATCH] INTEGRATION: CWS complextest1 (1.5.68); FILE MERGED 2007/07/16 10:59:10 sg 1.5.68.1: #i78662#fixed makefile bug --- extensions/qa/complex/extensions/makefile.mk | 8 ++++---- 1 file 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)