diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-24 12:21:56 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-24 12:21:56 +0000 |
commit | 645c2379cd93ca49d84b1eab65701ac1fd6b587c (patch) | |
tree | 49c31121f84604453fb498baa463ee796422650a /ucb/qa | |
parent | 937a5e420810803473ad94db36e12d8551c22046 (diff) |
INTEGRATION: CWS complextest1 (1.5.26); FILE MERGED
2007/07/16 13:37:56 sg 1.5.26.1: #i78662#fixed makefile bug
Diffstat (limited to 'ucb/qa')
-rwxr-xr-x | ucb/qa/complex/tdoc/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/qa/complex/tdoc/makefile.mk b/ucb/qa/complex/tdoc/makefile.mk index 639ae8bc9a45..1e8e9103798d 100755 --- a/ucb/qa/complex/tdoc/makefile.mk +++ b/ucb/qa/complex/tdoc/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: obo $ $Date: 2007-01-25 15:40:18 $ +# last change: $Author: rt $ $Date: 2007-07-24 13:21:56 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -91,4 +91,4 @@ run: ALLTAR .INCLUDE : target.mk Check%: - java -cp $(CLASSPATH) $(CT_APP) $(CT_TESTBASE) $(CT_TESTDOCS) $(CT_APPEXECCOMMAND) $(CT_PACKAGE).$@ + +java -cp $(CLASSPATH) $(CT_APP) $(CT_TESTBASE) $(CT_TESTDOCS) $(CT_APPEXECCOMMAND) $(CT_PACKAGE).$@ |