diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-03-29 11:14:10 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-03-29 11:14:10 +0000 |
commit | 93fe92cb59db5858cac45a67e317fc45a9d94f47 (patch) | |
tree | b4aaf04d76705d3f118b31f92cb70a2f013b5811 /odk | |
parent | 29f0a4ea14bba349b6efc58eee94d3815f804f82 (diff) |
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
Diffstat (limited to 'odk')
-rw-r--r-- | odk/examples/DevelopersGuide/ScriptingFramework/SayHello/Makefile | 6 | ||||
-rw-r--r-- | odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/odk/examples/DevelopersGuide/ScriptingFramework/SayHello/Makefile b/odk/examples/DevelopersGuide/ScriptingFramework/SayHello/Makefile index e6ce928e532b..f90a50823285 100644 --- a/odk/examples/DevelopersGuide/ScriptingFramework/SayHello/Makefile +++ b/odk/examples/DevelopersGuide/ScriptingFramework/SayHello/Makefile @@ -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) diff --git a/odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/Makefile b/odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/Makefile index 6126bd502cdf..2d7e910e8bde 100644 --- a/odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/Makefile +++ b/odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/Makefile @@ -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) |