INTEGRATION: CWS sdkbugfix02 (1.5.10); FILE MERGED
2005/03/03 15:41:56 jsc 1.5.10.1: #41142# replace make with internal MAKE variable
This commit is contained in:
parent
55fcf0877c
commit
cddde8f8c7
2 changed files with 7 additions and 7 deletions
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: Makefile,v $
|
||||
#
|
||||
# $Revision: 1.5 $
|
||||
# $Revision: 1.6 $
|
||||
#
|
||||
# last change: $Author: rt $ $Date: 2005-01-31 16:36:58 $
|
||||
# last change: $Author: rt $ $Date: 2005-03-29 12:11:06 $
|
||||
#
|
||||
# The Contents of this file are made available subject to the terms of
|
||||
# the BSD license.
|
||||
|
@ -94,7 +94,7 @@ $(EXAMPLE_NAME) : $(APP1_JAR)
|
|||
@echo --------------------------------------------------------------------------------
|
||||
@echo Please use the following command to execute the example!
|
||||
@echo -
|
||||
@echo make $(APP1_NAME).run
|
||||
@echo $(MAKE) $(APP1_NAME).run
|
||||
@echo --------------------------------------------------------------------------------
|
||||
|
||||
%.run: $(OUT_APP_CLASS)/%.jar
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: Makefile,v $
|
||||
#
|
||||
# $Revision: 1.5 $
|
||||
# $Revision: 1.6 $
|
||||
#
|
||||
# last change: $Author: rt $ $Date: 2005-01-31 16:35:10 $
|
||||
# last change: $Author: rt $ $Date: 2005-03-29 12:10:52 $
|
||||
#
|
||||
# The Contents of this file are made available subject to the terms of
|
||||
# the BSD license.
|
||||
|
@ -100,8 +100,8 @@ $(EXAMPLE_NAME) : $(APP1_JAR) $(APP2_JAR)
|
|||
@echo --------------------------------------------------------------------------------
|
||||
@echo Please use the following commands to execute the examples!
|
||||
@echo -
|
||||
@echo make $(APP1_NAME).run
|
||||
@echo make $(APP2_NAME).run
|
||||
@echo $(MAKE) $(APP1_NAME).run
|
||||
@echo $(MAKE) $(APP2_NAME).run
|
||||
@echo --------------------------------------------------------------------------------
|
||||
|
||||
%.run: $(OUT_APP_CLASS)/%.jar
|
||||
|
|
Loading…
Reference in a new issue