Tag: cws_src680_complextest1 User: sg Date: 2007-07-16 10:57:41+0000 Modified: dba/dbaccess/qa/complex/dbaccess/makefile.mk
Log: #i78662#fixed makefile bug File Changes: Directory: /dba/dbaccess/qa/complex/dbaccess/ ============================================= File [changed]: makefile.mk Url: http://dba.openoffice.org/source/browse/dba/dbaccess/qa/complex/dbaccess/makefile.mk?r1=1.9&r2=1.9.42.1 Delta lines: +5 -5 ------------------- --- makefile.mk 2007-01-15 14:29:47+0000 1.9 +++ makefile.mk 2007-07-16 10:57:38+0000 1.9.42.1 @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.9.42.1 $ # -# last change: $Author: vg $ $Date: 2007/01/15 14:29:47 $ +# last change: $Author: sg $ $Date: 2007/07/16 10:57:38 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -85,7 +85,7 @@ run: $(CLASSDIR)$/$(JARTARGET) - java $(RUNNER_ARGS) -sce dbaccess.sce + +java $(RUNNER_ARGS) -sce dbaccess.sce run_%: $(CLASSDIR)$/$(JARTARGET) - java $(RUNNER_ARGS) -o complex.dbaccess.$(@:s/run_//) + +java $(RUNNER_ARGS) -o complex.dbaccess.$(@:s/run_//) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
