summaryrefslogtreecommitdiff
path: root/odk/examples/java/Spreadsheet/Makefile
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-03-29 11:17:54 +0000
committerRüdiger Timm <rt@openoffice.org>2005-03-29 11:17:54 +0000
commit59de97f6b9a2d5c2b5594761f4cfc7bee4968bd4 (patch)
tree1b69e42f2a91809476bed8123c5aaa5bbafd5f20 /odk/examples/java/Spreadsheet/Makefile
parentebaf76b6978d5abdec205d42d1ca25d077bd1ab4 (diff)
INTEGRATION: CWS sdkbugfix02 (1.7.10); FILE MERGED
2005/03/03 15:42:09 jsc 1.7.10.1: #41142# replace make with internal MAKE variable
Diffstat (limited to 'odk/examples/java/Spreadsheet/Makefile')
-rw-r--r--odk/examples/java/Spreadsheet/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/odk/examples/java/Spreadsheet/Makefile b/odk/examples/java/Spreadsheet/Makefile
index cc370df527d9..3b4b6badfa08 100644
--- a/odk/examples/java/Spreadsheet/Makefile
+++ b/odk/examples/java/Spreadsheet/Makefile
@@ -2,9 +2,9 @@
#
# $RCSfile: Makefile,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: rt $ $Date: 2005-01-31 17:15:55 $
+# last change: $Author: rt $ $Date: 2005-03-29 12:17:54 $
#
# The Contents of this file are made available subject to the terms of
# the BSD license.
@@ -192,16 +192,16 @@ $(EXAMPLE_NAME) : $(REGISTERFLAG) $(APP1_JAR) $(APP2_JAR) $(APP3_JAR)
@echo --------------------------------------------------------------------------------
@echo Please use the following command to execute the examples!
@echo -
- @echo make EuroAdaption.run
- @echo make SCalc.run
- @echo make ChartTypeChange.run
+ @echo $(MAKE) EuroAdaption.run
+ @echo $(MAKE) SCalc.run
+ @echo $(MAKE) ChartTypeChange.run
@echo --------------------------------------------------------------------------------
@echo The Calc add-in component was installed if SDK_AUTO_DEPLOYMENT = YES.
@echo You can use this component inside your office installation, see the example
@echo description. You can also load the "$(QM)CalcAddins.ods$(QM)" document to see
@echo how the add-in functions works.
@echo -
- @echo make CalcAddins.ods.load
+ @echo $(MAKE) CalcAddins.ods.load
@echo --------------------------------------------------------------------------------
%.run: $(OUT_COMP_CLASS)/%.jar