From ebaf76b6978d5abdec205d42d1ca25d077bd1ab4 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Tue, 29 Mar 2005 11:17:39 +0000 Subject: INTEGRATION: CWS sdkbugfix02 (1.13.10); FILE MERGED 2005/03/03 15:42:09 jsc 1.13.10.1: #41142# replace make with internal MAKE variable --- odk/examples/java/PropertySet/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'odk/examples/java/PropertySet') diff --git a/odk/examples/java/PropertySet/Makefile b/odk/examples/java/PropertySet/Makefile index 150444ed5213..2072a0015980 100644 --- a/odk/examples/java/PropertySet/Makefile +++ b/odk/examples/java/PropertySet/Makefile @@ -2,9 +2,9 @@ # # $RCSfile: Makefile,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: rt $ $Date: 2005-01-31 17:13:31 $ +# last change: $Author: rt $ $Date: 2005-03-29 12:17:39 $ # # The Contents of this file are made available subject to the terms of # the BSD license. @@ -127,7 +127,7 @@ JavaPropertySetExample : $(COMP_REGISTERFLAG) @echo Load the "$(QM)PropertySet.odt$(QM)" document to see how this component works. You can @echo use this component inside your office installation, see the example description. @echo - - @echo make PropertySet.odt.load + @echo $(MAKE) PropertySet.odt.load @echo -------------------------------------------------------------------------------- PropertySet.odt.load : $(COMP_REGISTERFLAG) -- cgit