summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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" > $@