From 13dabbe3edcca0c035ace987b877bd8b8aa76eaa Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 25 Jan 2007 14:28:21 +0000 Subject: INTEGRATION: CWS ause069 (1.9.214); FILE MERGED 2006/11/24 14:56:08 hjs 1.9.214.1: #i70359# remove forced shell calls --- desktop/scripts/makefile.mk | 6 +++--- 1 file 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" > $@ -- cgit