INTEGRATION: CWS sdkbugfix02 (1.5.10); FILE MERGED

2005/03/03 15:42:00 jsc 1.5.10.1: #41142# replace make with internal MAKE variable
This commit is contained in:
Rüdiger Timm 2005-03-29 11:12:32 +00:00
parent 77bd43b3f5
commit 3eba1cddd1

View file

@ -2,9 +2,9 @@
#
# $RCSfile: Makefile,v $
#
# $Revision: 1.5 $
# $Revision: 1.6 $
#
# last change: $Author: rt $ $Date: 2005-01-31 16:48:39 $
# last change: $Author: rt $ $Date: 2005-03-29 12:12:32 $
#
# The Contents of this file are made available subject to the terms of
# the BSD license.
@ -92,7 +92,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