summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/ProfUNO
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-03-29 11:13:15 +0000
committerRüdiger Timm <rt@openoffice.org>2005-03-29 11:13:15 +0000
commita607ac0ad265af7184ab36eb6fe0f325a1070835 (patch)
tree938425cb2bb78067fa5835bde24ce95b60119260 /odk/examples/DevelopersGuide/ProfUNO
parent55dfd22d6591fa28636f36fe0a1e1effdb1f05eb (diff)
INTEGRATION: CWS sdkbugfix02 (1.6.10); FILE MERGED
2005/03/03 15:42:01 jsc 1.6.10.1: #41142# replace make with internal MAKE variable
Diffstat (limited to 'odk/examples/DevelopersGuide/ProfUNO')
-rw-r--r--odk/examples/DevelopersGuide/ProfUNO/InterprocessConn/Makefile8
-rw-r--r--odk/examples/DevelopersGuide/ProfUNO/Lifetime/Makefile8
2 files changed, 8 insertions, 8 deletions
diff --git a/odk/examples/DevelopersGuide/ProfUNO/InterprocessConn/Makefile b/odk/examples/DevelopersGuide/ProfUNO/InterprocessConn/Makefile
index b680d1666eb2..d6cee5ab46da 100644
--- a/odk/examples/DevelopersGuide/ProfUNO/InterprocessConn/Makefile
+++ b/odk/examples/DevelopersGuide/ProfUNO/InterprocessConn/Makefile
@@ -2,9 +2,9 @@
#
# $RCSfile: Makefile,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: rt $ $Date: 2005-01-31 16:49:43 $
+# last change: $Author: rt $ $Date: 2005-03-29 12:13:00 $
#
# The Contents of this file are made available subject to the terms of
# the BSD license.
@@ -80,8 +80,8 @@ $(EXAMPLE_NAME) : $(CLASSFILES)
@echo -----
@echo Please use one of the following commands to execute the examples!
@echo -
- @echo make ConnectionAwareClient.run
- @echo make UrlResolver.run
+ @echo $(MAKE) ConnectionAwareClient.run
+ @echo $(MAKE) UrlResolver.run
@echo --------------------------------------------------------------------------------
%.run: $(OUT_APP_CLASS)/%.class
diff --git a/odk/examples/DevelopersGuide/ProfUNO/Lifetime/Makefile b/odk/examples/DevelopersGuide/ProfUNO/Lifetime/Makefile
index a7cc2c212bed..6af78404972f 100644
--- a/odk/examples/DevelopersGuide/ProfUNO/Lifetime/Makefile
+++ b/odk/examples/DevelopersGuide/ProfUNO/Lifetime/Makefile
@@ -2,9 +2,9 @@
#
# $RCSfile: Makefile,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: rt $ $Date: 2005-01-31 16:49:55 $
+# last change: $Author: rt $ $Date: 2005-03-29 12:13:15 $
#
# The Contents of this file are made available subject to the terms of
# the BSD license.
@@ -120,8 +120,8 @@ ProUNOLifetimeExamples : $(OUT_BIN)/$(COMPONENT_NAME)$(EXE_EXT) $(OUT_COMP_CLASS
@echo --------------------------------------------------------------------------------
@echo Please use one of the following commands to execute the examples!
@echo -
- @echo make MyUnoObject.run
- @echo make ProfUnoLifetime.runexe
+ @echo $(MAKE) MyUnoObject.run
+ @echo $(MAKE) ProfUnoLifetime.runexe
@echo --------------------------------------------------------------------------------
%.run: $(OUT_COMP_CLASS)/%.class