summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ------------------------------------------------------