INTEGRATION: CWS sdkbugfix02 (1.2.10); FILE MERGED

2005/03/03 15:42:03 jsc 1.2.10.1: #41142# replace make with internal MAKE variable
This commit is contained in:
Rüdiger Timm
2005-03-29 11:14:10 +00:00
parent 29f0a4ea14
commit 93fe92cb59
2 changed files with 6 additions and 6 deletions

View File

@@ -2,9 +2,9 @@
#
# $RCSfile: Makefile,v $
#
# $Revision: 1.2 $
# $Revision: 1.3 $
#
# last change: $Author: rt $ $Date: 2005-01-31 16:51:13 $
# last change: $Author: rt $ $Date: 2005-03-29 12:13:56 $
#
# The Contents of this file are made available subject to the terms of
# the BSD license.
@@ -115,7 +115,7 @@ $(SAMPLE_NAME) : $(SCRIPT_REGISTERFLAG)
@echo You can also load the document "$(QM)$(SCRIPT_NAME).odt$(QM)" and press the button to run the
@echo script.
@echo -
@echo make $(SCRIPT_NAME).odt.load
@echo $(MAKE) $(SCRIPT_NAME).odt.load
@echo --------------------------------------------------------------------------------
$(SCRIPT_NAME).odt.load : $(SCRIPT_REGISTERFLAG)

View File

@@ -2,9 +2,9 @@
#
# $RCSfile: Makefile,v $
#
# $Revision: 1.2 $
# $Revision: 1.3 $
#
# last change: $Author: rt $ $Date: 2005-01-31 16:52:18 $
# last change: $Author: rt $ $Date: 2005-03-29 12:14:10 $
#
# The Contents of this file are made available subject to the terms of
# the BSD license.
@@ -118,7 +118,7 @@ $(SAMPLE_NAME) : $(SCRIPT_REGISTERFLAG)
@echo You can also load the document "$(QM)$(SCRIPT_NAME).odt$(QM)" and press the button to run
@echo the script.
@echo -
@echo make $(SCRIPT_NAME).odt.load
@echo $(MAKE) $(SCRIPT_NAME).odt.load
@echo --------------------------------------------------------------------------------
$(SCRIPT_NAME).odt.load : $(SCRIPT_REGISTERFLAG)