diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-02-06 13:07:54 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-02-06 13:07:54 +0000 |
commit | 7e0d08434101a30f6954850ff69b4ec3e088320b (patch) | |
tree | 8f31287c331fb2a9070c002aed1f167b9041851c /desktop/scripts | |
parent | 88495b0b9b4432c99a6fe2047b3804541d32a783 (diff) |
INTEGRATION: CWS ause074 (1.10.4); FILE MERGED
2007/02/02 11:10:41 hjs 1.10.4.1: #i74085# avoid useless shell calls
Diffstat (limited to 'desktop/scripts')
-rw-r--r-- | desktop/scripts/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/scripts/makefile.mk b/desktop/scripts/makefile.mk index 32bf359de2a2..fbeb46ff1292 100644 --- a/desktop/scripts/makefile.mk +++ b/desktop/scripts/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: obo $ $Date: 2007-01-25 15:28:21 $ +# last change: $Author: vg $ $Date: 2007-02-06 14:07:54 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -62,6 +62,6 @@ UNIXTEXT= \ ALLTAR: $(MISC)$/so$/soffice.sh $(MISC)$/so$/soffice.sh: soffice_lean.sh - -$(MKDIR) $(MISC)$/so >&$(NULLDEV) + @@-$(MKDIR) $(MISC)$/so $(TYPE) soffice_lean.sh | tr -d "\015" > $@ |