diff options
author | Martin Hollmichel <mh@openoffice.org> | 2001-08-23 11:06:47 +0000 |
---|---|---|
committer | Martin Hollmichel <mh@openoffice.org> | 2001-08-23 11:06:47 +0000 |
commit | c6d8777372ee0b0fcc771696658ccc78d1571b8a (patch) | |
tree | 1ffd14945e49b08423a1975c261e65daa339b40f /unotools/util | |
parent | bc893e443ab60e32dfecd0e9ba28a0510fb43c15 (diff) |
chg: Syntax
Diffstat (limited to 'unotools/util')
-rw-r--r-- | unotools/util/makefile.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/unotools/util/makefile.mk b/unotools/util/makefile.mk index 939284a29412..64bd3efb00ff 100644 --- a/unotools/util/makefile.mk +++ b/unotools/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: fs $ $Date: 2001-08-21 13:01:31 $ +# last change: $Author: mh $ $Date: 2001-08-23 12:06:47 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -122,9 +122,9 @@ $(MISC)$/$(SHL1TARGET).flt: makefile.mk @echo CLEAR_THE_FILE > $@ @echo _TI >> $@ @echo _real >> $@ - @NodeValueAccessor >> $@ - @SubNodeAccess >> $@ - @UpdateFromConfig >> $@ - @UpdateToConfig >> $@ + @echo NodeValueAccessor >> $@ + @echo SubNodeAccess >> $@ + @echo UpdateFromConfig >> $@ + @echo UpdateToConfig >> $@ @echo _Impl >> $@ |