summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2009-10-15 16:34:28 +0100
committerJan Schmidt <thaytan@noraisin.net>2009-10-15 16:44:48 +0100
commit7556b0a15e3355032fde28177c494cec627e9be4 (patch)
tree574f0022c4ffe5c53908044004b63583c3d285ac /po
parentefcca84bac5e5351040a9557321041348450216f (diff)
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
Diffstat (limited to 'po')
-rw-r--r--po/Makevars2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makevars b/po/Makevars
index 27049c1f..10ed9f6c 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -42,6 +42,6 @@ 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