summaryrefslogtreecommitdiff
path: root/offuh
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-06 11:56:01 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-06 11:56:01 +0000
commit9aa73b87ca07bd26358ee5cd5252d5dfe03eb2f0 (patch)
tree98199ea4b6a5791cfb7b2550087aee5e3bfce734 /offuh
parent78d00fce0badc491ba10f30d5f667c5a63dfad6b (diff)
INTEGRATION: CWS ause074 (1.8.4); FILE MERGED
2007/02/02 10:19:20 hjs 1.8.4.1: #i74085# avoid useless shell calls
Diffstat (limited to 'offuh')
-rw-r--r--offuh/source/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/offuh/source/makefile.mk b/offuh/source/makefile.mk
index 5d15502a79c4..4540600d500f 100644
--- a/offuh/source/makefile.mk
+++ b/offuh/source/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: obo $ $Date: 2007-01-25 12:09:21 $
+# last change: $Author: vg $ $Date: 2007-02-06 12:56:01 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -44,7 +44,7 @@ TARGET= offuh
# ------------------------------------------------------------------
$(MISC)$/$(TARGET).don : $(UNOUCRRDB)
- @-$(RM) $@ >& $(NULLDEV)
+ @@-$(RM) $@
$(CPPUMAKER) -Gc $(CPPUMAKERFLAGS) -B$(UNOUCRBASE) -O$(UNOUCROUT) $(UNOUCRRDB) && echo > $@
# --- Targets ------------------------------------------------------