diff options
Diffstat (limited to 'package/qa')
-rw-r--r-- | package/qa/storages/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/qa/storages/makefile.mk b/package/qa/storages/makefile.mk index 229f3094cd19..d9ee403645d6 100644 --- a/package/qa/storages/makefile.mk +++ b/package/qa/storages/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.11 $ +# $Revision: 1.12 $ # -# last change: $Author: obo $ $Date: 2006-10-13 11:46:54 $ +# last change: $Author: obo $ $Date: 2007-01-25 15:42:43 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -115,6 +115,6 @@ CT_APP = org.openoffice.Runner RUN: run run: - +java -cp $(CLASSPATH) $(CT_APP) $(CT_TESTBASE) $(CT_APPEXECCOMMAND) $(CT_TEST) + java -cp $(CLASSPATH) $(CT_APP) $(CT_TESTBASE) $(CT_APPEXECCOMMAND) $(CT_TEST) |