summaryrefslogtreecommitdiff
path: root/odk/examples/java
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-03-29 11:16:11 +0000
committerRüdiger Timm <rt@openoffice.org>2005-03-29 11:16:11 +0000
commit16fb270e83dc50835f62731ce740434350a7d5a2 (patch)
tree8d5a57a6674739b3c6f4e6d3a7502bdc92d128e9 /odk/examples/java
parent9a517b5295cb70adebb7b3d51207077212d40c8b (diff)
INTEGRATION: CWS sdkbugfix02 (1.6.10); FILE MERGED
2005/03/03 15:42:07 jsc 1.6.10.1: #41142# replace make with internal MAKE variable
Diffstat (limited to 'odk/examples/java')
-rw-r--r--odk/examples/java/Drawing/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/examples/java/Drawing/Makefile b/odk/examples/java/Drawing/Makefile
index 748348977ab3..2f3184d83a09 100644
--- a/odk/examples/java/Drawing/Makefile
+++ b/odk/examples/java/Drawing/Makefile
@@ -2,9 +2,9 @@
#
# $RCSfile: Makefile,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: rt $ $Date: 2005-01-31 17:09:52 $
+# last change: $Author: rt $ $Date: 2005-03-29 12:16:11 $
#
# The Contents of this file are made available subject to the terms of
# the BSD license.
@@ -87,7 +87,7 @@ $(EXAMPLE_NAME) : $(APP1_JAR)
@echo --------------------------------------------------------------------------------
@echo Please use the following command to execute the example!
@echo -
- @echo make SDraw.run
+ @echo $(MAKE) SDraw.run
@echo --------------------------------------------------------------------------------
%.run: $(OUT_APP_CLASS)/%.jar