diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-03-29 11:12:32 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-03-29 11:12:32 +0000 |
commit | 3eba1cddd1d97f5c23e9a78dc7601cf82ea0f245 (patch) | |
tree | 796a292b433f28678447dd92ae3c3538911cc294 /odk/examples/DevelopersGuide/OfficeDev | |
parent | 77bd43b3f5ad2f73b5ba381273e2c1bca21dfffc (diff) |
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
Diffstat (limited to 'odk/examples/DevelopersGuide/OfficeDev')
-rw-r--r-- | odk/examples/DevelopersGuide/OfficeDev/TerminationTest/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/TerminationTest/Makefile b/odk/examples/DevelopersGuide/OfficeDev/TerminationTest/Makefile index 7eb3bea5ddd5..e3d1eba852f7 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/TerminationTest/Makefile +++ b/odk/examples/DevelopersGuide/OfficeDev/TerminationTest/Makefile @@ -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 |