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