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
commit13dabbe3edcca0c035ace987b877bd8b8aa76eaa (patch)
treeb950205b59c81cd1bb599dabbbb5302583882d00 /desktop/scripts
parent87bf70796b3feee8fc2fc261d3ad780111ece70a (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 ec9f52227d4c..32bf359de2a2 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" > $@