summaryrefslogtreecommitdiff
path: root/offuh
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 11:09:21 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 11:09:21 +0000
commit3fb7398c40816d94ac19d346156f80ffe967c1c4 (patch)
tree1c3f425106f173afc58c18f45b40ddca56cb8b0a /offuh
parentb164c0ef278bc0593d5b99033e0357d02e59c358 (diff)
INTEGRATION: CWS ause069 (1.7.110); FILE MERGED
2006/11/24 14:41:21 hjs 1.7.110.1: #i70359# remove forced shell calls
Diffstat (limited to 'offuh')
-rw-r--r--offuh/source/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/offuh/source/makefile.mk b/offuh/source/makefile.mk
index 3276543b0049..5d15502a79c4 100644
--- a/offuh/source/makefile.mk
+++ b/offuh/source/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: rt $ $Date: 2005-09-08 15:51:01 $
+# last change: $Author: obo $ $Date: 2007-01-25 12:09:21 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -44,8 +44,8 @@ TARGET= offuh
# ------------------------------------------------------------------
$(MISC)$/$(TARGET).don : $(UNOUCRRDB)
- @+-$(RM) $@ >& $(NULLDEV)
- +$(CPPUMAKER) -Gc $(CPPUMAKERFLAGS) -B$(UNOUCRBASE) -O$(UNOUCROUT) $(UNOUCRRDB) && echo > $@
+ @-$(RM) $@ >& $(NULLDEV)
+ $(CPPUMAKER) -Gc $(CPPUMAKERFLAGS) -B$(UNOUCRBASE) -O$(UNOUCROUT) $(UNOUCRRDB) && echo > $@
# --- Targets ------------------------------------------------------