diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-03-29 11:12:18 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-03-29 11:12:18 +0000 |
commit | 77bd43b3f5ad2f73b5ba381273e2c1bca21dfffc (patch) | |
tree | 53faae6da46d4dff394e7e23f5fba906902c67c4 | |
parent | 80ded87b734d35af2c7a9130549f66c5744537ca (diff) |
INTEGRATION: CWS sdkbugfix02 (1.5.10); FILE MERGED
2005/03/03 15:41:59 jsc 1.5.10.1: #41142# replace make with internal MAKE variable
-rw-r--r-- | odk/examples/DevelopersGuide/OfficeDev/PathSettings/Makefile | 6 | ||||
-rw-r--r-- | odk/examples/DevelopersGuide/OfficeDev/PathSubstitution/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/PathSettings/Makefile b/odk/examples/DevelopersGuide/OfficeDev/PathSettings/Makefile index 2802d2d8529e..e2d5597c8d43 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/PathSettings/Makefile +++ b/odk/examples/DevelopersGuide/OfficeDev/PathSettings/Makefile @@ -2,9 +2,9 @@ # # $RCSfile: Makefile,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: rt $ $Date: 2005-01-31 16:47:48 $ +# last change: $Author: rt $ $Date: 2005-03-29 12:12:04 $ # # The Contents of this file are made available subject to the terms of # the BSD license. @@ -87,7 +87,7 @@ $(EXAMPLE_NAME) : $(APP1_JAR) @echo -------------------------------------------------------------------------------- @echo Please use the following commands to execute the examples! @echo - - @echo make $(APP1_NAME).run + @echo $(MAKE) $(APP1_NAME).run @echo -------------------------------------------------------------------------------- %.run: $(OUT_APP_CLASS)/%.jar diff --git a/odk/examples/DevelopersGuide/OfficeDev/PathSubstitution/Makefile b/odk/examples/DevelopersGuide/OfficeDev/PathSubstitution/Makefile index 5caa14829865..cc0acc06da1a 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/PathSubstitution/Makefile +++ b/odk/examples/DevelopersGuide/OfficeDev/PathSubstitution/Makefile @@ -2,9 +2,9 @@ # # $RCSfile: Makefile,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: rt $ $Date: 2005-01-31 16:48:14 $ +# last change: $Author: rt $ $Date: 2005-03-29 12:12:18 $ # # The Contents of this file are made available subject to the terms of # the BSD license. @@ -87,7 +87,7 @@ $(EXAMPLE_NAME) : $(APP1_JAR) @echo -------------------------------------------------------------------------------- @echo Please use the following commands to execute the examples! @echo - - @echo make $(APP1_NAME).run + @echo $(MAKE) $(APP1_NAME).run @echo -------------------------------------------------------------------------------- %.run: $(OUT_APP_CLASS)/%.jar |