diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-02-06 13:08:42 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-02-06 13:08:42 +0000 |
commit | d42f850edea647ebe50ad8e3a2c82d7736ce4ef2 (patch) | |
tree | 40f8d4babb7297aedd1f5ac38cb61959e0e98001 /desktop | |
parent | 97c2c44b7d3c85c5f0b5e8b2ebbdeef470062ba7 (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')
-rw-r--r-- | desktop/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/util/makefile.mk b/desktop/util/makefile.mk index af483b8865f9..6f63c2a6f450 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 |