From ea067b66a9087c2f859bc7b67e18d3b0e501cf41 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Wed, 4 Nov 2009 13:55:04 +0000 Subject: [PATCH] po: Don't create backup .po files As well as preventing creation of useless backup files, it works around a bug in gettext 0.17 on OS/X --- po/Makevars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/Makevars b/po/Makevars index a6bdc7fad8..b8fd89c3c0 100644 --- a/po/Makevars +++ b/po/Makevars @@ -42,5 +42,5 @@ EXTRA_LOCALE_CATEGORIES = # Avoid line numbers in *.po, but keep them in *.pot. MSGMERGE = msgmerge --no-location -MSGMERGE_UPDATE = msgmerge --no-location --update +MSGMERGE_UPDATE = msgmerge --no-location --update --backup=off MSGFILTER = msgfilter --no-location