diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-03-29 11:07:22 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-03-29 11:07:22 +0000 |
commit | 5d5774238f68ac2a7abc70f5a69b397764c25db0 (patch) | |
tree | cd45ba2d6f16425564defa738d9ed557bdebf8c6 /odk/examples/CLI | |
parent | 9a06c7c159a7db35407c7cf3704b8ef763f0a755 (diff) |
INTEGRATION: CWS sdkbugfix02 (1.3.26); FILE MERGED
2005/03/03 15:41:50 jsc 1.3.26.1: #41142# replace make with internal MAKE variable
Diffstat (limited to 'odk/examples/CLI')
-rw-r--r-- | odk/examples/CLI/VB.NET/WriterDemo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/CLI/VB.NET/WriterDemo/Makefile b/odk/examples/CLI/VB.NET/WriterDemo/Makefile index 46322e14a4f8..8d5d6684f8c3 100644 --- a/odk/examples/CLI/VB.NET/WriterDemo/Makefile +++ b/odk/examples/CLI/VB.NET/WriterDemo/Makefile @@ -45,7 +45,7 @@ WriterDemo : $(WRITERDEMO_OUT)/WriterDemo.exe @echo ------------------------------------------------------------------------------- @echo Please use the following command to execute the example! @echo - - @echo make WriterDemo.run + @echo $(MAKE) WriterDemo.run @echo ------------------------------------------------------------------------------- %.run : $(WRITERDEMO_OUT)/%.exe |