INTEGRATION: CWS sdkbugfix02 (1.5.10); FILE MERGED

2005/03/03 15:41:57 jsc 1.5.10.1: #41142# replace make with internal MAKE variable
This commit is contained in:
Rüdiger Timm 2005-03-29 11:11:36 +00:00
parent cddde8f8c7
commit 4d15915ee5
2 changed files with 6 additions and 6 deletions

View file

@ -2,9 +2,9 @@
# #
# $RCSfile: Makefile,v $ # $RCSfile: Makefile,v $
# #
# $Revision: 1.5 $ # $Revision: 1.6 $
# #
# last change: $Author: rt $ $Date: 2005-01-31 16:39:10 $ # last change: $Author: rt $ $Date: 2005-03-29 12:11:20 $
# #
# The Contents of this file are made available subject to the terms of # The Contents of this file are made available subject to the terms of
# the BSD license. # the BSD license.
@ -118,7 +118,7 @@ $(EXAMPLE_NAME) : $(APP1_JAR)
@echo -------------------------------------------------------------------------------- @echo --------------------------------------------------------------------------------
@echo Please use the following command to execute the example! @echo Please use the following command to execute the example!
@echo - @echo -
@echo make DesktopExample.run @echo $(MAKE) DesktopExample.run
@echo ------ @echo ------
@echo If you want to run the $(JAR1_JAR) file please set your @echo If you want to run the $(JAR1_JAR) file please set your
@echo CLASSPATH = $(SDK_CLASSPATH) @echo CLASSPATH = $(SDK_CLASSPATH)

View file

@ -2,9 +2,9 @@
# #
# $RCSfile: Makefile,v $ # $RCSfile: Makefile,v $
# #
# $Revision: 1.5 $ # $Revision: 1.6 $
# #
# last change: $Author: rt $ $Date: 2005-01-31 16:42:42 $ # last change: $Author: rt $ $Date: 2005-03-29 12:11:36 $
# #
# The Contents of this file are made available subject to the terms of # The Contents of this file are made available subject to the terms of
# the BSD license. # the BSD license.
@ -87,7 +87,7 @@ $(EXAMPLE_NAME) : $(APP1_JAR)
@echo -------------------------------------------------------------------------------- @echo --------------------------------------------------------------------------------
@echo Please use the following command to execute the example! @echo Please use the following command to execute the example!
@echo - @echo -
@echo make $(APP1_NAME).run @echo $(MAKE) $(APP1_NAME).run
@echo -------------------------------------------------------------------------------- @echo --------------------------------------------------------------------------------
%.run: $(OUT_APP_CLASS)/%.jar %.run: $(OUT_APP_CLASS)/%.jar