diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:25:14 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:25:14 +0000 |
commit | 9e31b13613b77b26646ab061ef586761338c09bf (patch) | |
tree | ecc3b705c61b5058d8df074327f65a0259db3393 /sw/source/ui/makefile.mk | |
parent | 2df08937ce880feb45c3ab3e59b67be5aca9ca83 (diff) |
INTEGRATION: CWS ause069 (1.9.456); FILE MERGED
2007/01/10 17:30:55 hjs 1.9.456.2: RESYNC: (1.9-1.10); FILE MERGED
2006/11/28 10:23:59 hjs 1.9.456.1: #i70359# remove forced shell calls
Diffstat (limited to 'sw/source/ui/makefile.mk')
-rw-r--r-- | sw/source/ui/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/makefile.mk b/sw/source/ui/makefile.mk index 0da931a85b..2d1c6046e7 100644 --- a/sw/source/ui/makefile.mk +++ b/sw/source/ui/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: hr $ $Date: 2007-01-02 16:52:29 $ +# last change: $Author: obo $ $Date: 2007-01-25 12:25:14 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -103,7 +103,7 @@ LIB2FILES= \ ################################################################ kill: - @+$(RM) $(SLB)$/ui.lst - @+$(RM) $(SLB)$/ui.lib + @$(RM) $(SLB)$/ui.lst + @$(RM) $(SLB)$/ui.lib |