From 6fbc672624138c562f12e1e3b3ca175fc26d02c9 Mon Sep 17 00:00:00 2001 From: fgsch Date: Tue, 26 Jul 2005 19:18:45 +0000 Subject: [PATCH] better. --- comms/scmxx/patches/patch-po_Makefile_in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/comms/scmxx/patches/patch-po_Makefile_in b/comms/scmxx/patches/patch-po_Makefile_in index fcfba1d977f..1a8984087f2 100644 --- a/comms/scmxx/patches/patch-po_Makefile_in +++ b/comms/scmxx/patches/patch-po_Makefile_in @@ -1,4 +1,4 @@ -$OpenBSD: patch-po_Makefile_in,v 1.1 2005/07/26 17:00:51 fgsch Exp $ +$OpenBSD: patch-po_Makefile_in,v 1.2 2005/07/26 19:18:45 fgsch Exp $ --- po/Makefile.in.orig Wed Jun 8 16:52:10 2005 +++ po/Makefile.in Tue Jul 26 04:12:19 2005 @@ -38,7 +38,7 @@ all: $(MO_FILES) @@ -6,7 +6,7 @@ $OpenBSD: patch-po_Makefile_in,v 1.1 2005/07/26 17:00:51 fgsch Exp $ if ( test "$(MSGMERGE)" ); then \ echo -n "$@: Merging from $(POT_FILE)"; \ - $(MSGMERGE) $(MSGMERGE_OPTS) $@ $(POT_FILE); \ -+ $(MSGMERGE) $(MSGMERGE_OPTS) $@ $(POT_FILE) >/dev/null; \ ++ $(MSGMERGE) $(MSGMERGE_OPTS) $@ $(POT_FILE) -o $@; \ touch $@; \ fi \ fi \