INTEGRATION: CWS complextest1 (1.4.34); FILE MERGED
2007/07/16 10:59:52 sg 1.4.34.1: #i78662#fixed makefile bug
This commit is contained in:
parent
82a3844974
commit
5052256646
1 changed files with 4 additions and 4 deletions
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.4 $
|
||||
# $Revision: 1.5 $
|
||||
#
|
||||
# last change: $Author: kz $ $Date: 2007-05-10 10:45:58 $
|
||||
# last change: $Author: rt $ $Date: 2007-07-24 13:19:26 $
|
||||
#
|
||||
# The Contents of this file are made available subject to
|
||||
# the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -84,8 +84,8 @@ ALL: ALLDEP
|
|||
.INCLUDE : target.mk
|
||||
|
||||
run:
|
||||
java $(RUNNER_CLASSPATH) $(RUNNER_ARGS) -sce extensions_complex.sce
|
||||
+java $(RUNNER_CLASSPATH) $(RUNNER_ARGS) -sce extensions_complex.sce
|
||||
|
||||
run_%:
|
||||
java $(RUNNER_CLASSPATH) $(RUNNER_ARGS) -o integration.$(PRJNAME).$(@:s/run_//)
|
||||
+java $(RUNNER_CLASSPATH) $(RUNNER_ARGS) -o integration.$(PRJNAME).$(@:s/run_//)
|
||||
|
||||
|
|
Loading…
Reference in a new issue