diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-03-29 11:10:04 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-03-29 11:10:04 +0000 |
commit | ac80ee6b3d4c7f16e869c12c0758e1e0924d2dcd (patch) | |
tree | 17fc20cb18070795ec9657ac23924ce3004c3b1c /odk/examples/DevelopersGuide/FirstSteps | |
parent | 7c910adf725ef536ae5862bc87f0a2b25f71d4ab (diff) |
INTEGRATION: CWS sdkbugfix02 (1.5.10); FILE MERGED
2005/03/03 15:41:54 jsc 1.5.10.1: #41142# replace make with internal MAKE variable
Diffstat (limited to 'odk/examples/DevelopersGuide/FirstSteps')
-rw-r--r-- | odk/examples/DevelopersGuide/FirstSteps/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/odk/examples/DevelopersGuide/FirstSteps/Makefile b/odk/examples/DevelopersGuide/FirstSteps/Makefile index e519257c725b..07b299c7f0f2 100644 --- a/odk/examples/DevelopersGuide/FirstSteps/Makefile +++ b/odk/examples/DevelopersGuide/FirstSteps/Makefile @@ -2,9 +2,9 @@ # # $RCSfile: Makefile,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: rt $ $Date: 2005-01-31 16:27:04 $ +# last change: $Author: rt $ $Date: 2005-03-29 12:10:04 $ # # The Contents of this file are made available subject to the terms of # the BSD license. @@ -94,9 +94,9 @@ $(EXAMPLE_NAME) : $(APP1_JAR) $(APP2_JAR) $(APP3_JAR) @echo -------------------------------------------------------------------------------- @echo Please use one of the following commands to execute the examples! @echo - - @echo make $(APP1_NAME).run - @echo make $(APP2_NAME).run - @echo make $(APP3_NAME).run + @echo $(MAKE) $(APP1_NAME).run + @echo $(MAKE) $(APP2_NAME).run + @echo $(MAKE) $(APP3_NAME).run @echo -------------------------------------------------------------------------------- %.run: $(OUT_APP_CLASS)/%.jar |