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
commit277662b65cb80e7a07bc75fbcbcfd29c53585a1a (patch)
treea62ff712ada9759ce43b8ae9820d500f598370ba /offuh
parent4302673103768c90d6403a78d9cb97762b636285 (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 3276543b0..5d15502a7 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 ------------------------------------------------------