summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Makefile
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-03-29 11:11:36 +0000
committerRüdiger Timm <rt@openoffice.org>2005-03-29 11:11:36 +0000
commit4d15915ee5d5ae56913058ed416be8dd0181e16b (patch)
tree21cdf05e8f541b4a529589019eee072abc356e27 /odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Makefile
parentcddde8f8c72e8236295e8952ed997bdfd9a13600 (diff)
INTEGRATION: CWS sdkbugfix02 (1.5.10); FILE MERGED
2005/03/03 15:41:57 jsc 1.5.10.1: #41142# replace make with internal MAKE variable
Diffstat (limited to 'odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Makefile')
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Makefile b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Makefile
index 4a96f1842ef8..5faa381b140a 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Makefile
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Makefile
@@ -2,9 +2,9 @@
#
# $RCSfile: Makefile,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: rt $ $Date: 2005-01-31 16:39:10 $
+# last change: $Author: rt $ $Date: 2005-03-29 12:11:20 $
#
# The Contents of this file are made available subject to the terms of
# the BSD license.
@@ -118,7 +118,7 @@ $(EXAMPLE_NAME) : $(APP1_JAR)
@echo --------------------------------------------------------------------------------
@echo Please use the following command to execute the example!
@echo -
- @echo make DesktopExample.run
+ @echo $(MAKE) DesktopExample.run
@echo ------
@echo If you want to run the $(JAR1_JAR) file please set your
@echo CLASSPATH = $(SDK_CLASSPATH)