diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-24 12:20:29 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-24 12:20:29 +0000 |
commit | 07775cc77931ac2d1421cdcebb95b25334c8f898 (patch) | |
tree | e460d958b5f994d1dd94c515f969e20ac17b2d2e /chart2/qa | |
parent | 4728a4c4676d14250578e34c069382f0af0f48b7 (diff) |
INTEGRATION: CWS complextest1 (1.4.28); FILE MERGED
2007/07/16 10:52:19 sg 1.4.28.1: #i78662#fixed makefile bug
Diffstat (limited to 'chart2/qa')
-rw-r--r-- | chart2/qa/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/qa/makefile.mk b/chart2/qa/makefile.mk index 02c860986216..735b43a55158 100644 --- a/chart2/qa/makefile.mk +++ b/chart2/qa/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: vg $ $Date: 2007-05-22 17:13:45 $ +# last change: $Author: rt $ $Date: 2007-07-24 13:20:29 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -75,4 +75,4 @@ ALLTAR: runtest runtest: $(subst,.class,.run $(JAVACLASSFILES)) %.run: %.class - java -classpath $(CLASSPATH) org.openoffice.Runner -TestBase java_complex -o $(subst,$(CLASSDIR)$/$(PACKAGE)$/,$(PACKAGE). $(subst,.class, $<)) + +@java -classpath $(CLASSPATH) org.openoffice.Runner -TestBase java_complex -o $(subst,$(CLASSDIR)$/$(PACKAGE)$/,$(PACKAGE). $(subst,.class, $<)) |