summaryrefslogtreecommitdiff
path: root/desktop/util
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-06 13:08:42 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-06 13:08:42 +0000
commitff4581fecc3040da442f5fc96d74a9705c02029c (patch)
tree63d83cc3c81fda4d28c343e3e2d8d8548f497ec0 /desktop/util
parent9b626dabee524650617d391349a961e7451a40a3 (diff)
INTEGRATION: CWS ause074 (1.66.4); FILE MERGED
2007/02/02 11:11:10 hjs 1.66.4.1: #i74085# avoid useless shell calls
Diffstat (limited to 'desktop/util')
-rw-r--r--desktop/util/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/util/makefile.mk b/desktop/util/makefile.mk
index af483b8865..6f63c2a6f4 100644
--- a/desktop/util/makefile.mk
+++ b/desktop/util/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.66 $
+# $Revision: 1.67 $
#
-# last change: $Author: obo $ $Date: 2007-01-25 15:28:32 $
+# last change: $Author: vg $ $Date: 2007-02-06 14:08:42 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -285,4 +285,4 @@ $(MISCX)$/$(APP1TARGET).def : makefile.mk
$(BIN)$/so: makefile.mk
@echo APP5 : $(APP5TARGET)
- @-mkdir $(BIN)$/so >& $(NULLDEV)
+ @@-$(MKDIR) $(BIN)$/so