summaryrefslogtreecommitdiff
path: root/odk/examples/cpp/DocumentLoader
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-03-29 11:15:10 +0000
committerRüdiger Timm <rt@openoffice.org>2005-03-29 11:15:10 +0000
commit8277f6fb8273d9423ea109eb91953c7a4d2fffc7 (patch)
treea84112be15f7e0a3f8bacdb251c7d6289205f344 /odk/examples/cpp/DocumentLoader
parent0256001a11c6b6e582b03bd07007a727b23237d8 (diff)
INTEGRATION: CWS sdkbugfix02 (1.16.10); FILE MERGED
2005/03/03 15:42:05 jsc 1.16.10.1: #41142# replace make with internal MAKE variable
Diffstat (limited to 'odk/examples/cpp/DocumentLoader')
-rw-r--r--odk/examples/cpp/DocumentLoader/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/examples/cpp/DocumentLoader/Makefile b/odk/examples/cpp/DocumentLoader/Makefile
index 2bb0edd883d4..ec4c669592db 100644
--- a/odk/examples/cpp/DocumentLoader/Makefile
+++ b/odk/examples/cpp/DocumentLoader/Makefile
@@ -2,9 +2,9 @@
#
# $RCSfile: Makefile,v $
#
-# $Revision: 1.16 $
+# $Revision: 1.17 $
#
-# last change: $Author: rt $ $Date: 2005-01-31 17:02:18 $
+# last change: $Author: rt $ $Date: 2005-03-29 12:15:10 $
#
# The Contents of this file are made available subject to the terms of
# the BSD license.
@@ -128,7 +128,7 @@ CppDocumentLoaderExample : $(OUT_BIN)/DocumentLoader$(EXE_EXT) $(COMPOENNT_ENV_F
@echo -
@echo Use the following command to execute the example!
@echo -
- @echo make DocumentLoader.run
+ @echo $(MAKE) DocumentLoader.run
@echo -
@echo NOTE: This example does not use the new UNO bootstrap mechanism, it uses still a socket
@echo $(SQM) $(SQM)connection. Before you can run this example you have to start your office in listening mode.