summaryrefslogtreecommitdiff
path: root/sysui/desktop/util/makefile.mk
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 14:34:38 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 14:34:38 +0000
commit9fb7dd60ae130df11b32bb8e3bb76b02e1e7a43f (patch)
tree3d3ac8b1c02c4c3544a148e05d9f085e863b7ba4 /sysui/desktop/util/makefile.mk
parent4e4b3ca97a34ccfc18dc22a7ba82a3388e62fbc2 (diff)
INTEGRATION: CWS ause069 (1.12.64); FILE MERGED
2006/12/04 22:43:51 hjs 1.12.64.2: RESYNC: (1.12-1.13); FILE MERGED 2006/11/24 14:40:38 hjs 1.12.64.1: #i70359# remove forced shell calls
Diffstat (limited to 'sysui/desktop/util/makefile.mk')
-rw-r--r--sysui/desktop/util/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysui/desktop/util/makefile.mk b/sysui/desktop/util/makefile.mk
index 72f8b5603b69..5dca0cff61ef 100644
--- a/sysui/desktop/util/makefile.mk
+++ b/sysui/desktop/util/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.13 $
+# $Revision: 1.14 $
#
-# last change: $Author: kz $ $Date: 2006-11-08 11:56:24 $
+# last change: $Author: obo $ $Date: 2007-01-25 15:34:38 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -110,8 +110,8 @@ SCRIPTS= \
ALLTAR: $(SCRIPTS) $(TARFILE) $(TARFILE2)
$(SCRIPTS) : $$(@:f)
- +@rm -f $@ 2>/dev/null
- +@cat $(@:f) | tr -d "\015" > $@
+ @rm -f $@ 2>/dev/null
+ @cat $(@:f) | tr -d "\015" > $@
.IF "$(TARFILE)" != ""