summaryrefslogtreecommitdiff
path: root/desktop/scripts
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-06 13:07:54 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-06 13:07:54 +0000
commiteb2f9e13deeaafd72da1873df9a7b7043d83b2cc (patch)
tree2f165768c08fd789720ebbacfb8def240e5b125b /desktop/scripts
parent1e12e6e87a46ac49fe5337a5f702bc2bbf4031ef (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.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/scripts/makefile.mk b/desktop/scripts/makefile.mk
index 32bf359de2..fbeb46ff12 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" > $@