summaryrefslogtreecommitdiff
path: root/desktop/scripts
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 14:28:21 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 14:28:21 +0000
commit8486243f22ffd2464352779bd966d7e9937ad702 (patch)
treeb1ebe635103107eab49706d675f14274b8e004a8 /desktop/scripts
parentf61242424467cf0ba1dd921f8b9715c50e146502 (diff)
INTEGRATION: CWS ause069 (1.9.214); FILE MERGED
2006/11/24 14:56:08 hjs 1.9.214.1: #i70359# remove forced shell calls
Diffstat (limited to 'desktop/scripts')
-rw-r--r--desktop/scripts/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/scripts/makefile.mk b/desktop/scripts/makefile.mk
index ec9f52227d..32bf359de2 100644
--- a/desktop/scripts/makefile.mk
+++ b/desktop/scripts/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.9 $
+# $Revision: 1.10 $
#
-# last change: $Author: rt $ $Date: 2005-11-11 12:28:31 $
+# last change: $Author: obo $ $Date: 2007-01-25 15:28:21 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -63,5 +63,5 @@ ALLTAR: $(MISC)$/so$/soffice.sh
$(MISC)$/so$/soffice.sh: soffice_lean.sh
-$(MKDIR) $(MISC)$/so >&$(NULLDEV)
- +$(TYPE) soffice_lean.sh | tr -d "\015" > $@
+ $(TYPE) soffice_lean.sh | tr -d "\015" > $@