summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.common3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index 810460e..7caee6b 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -455,8 +455,7 @@ po/${1}.po:: ${XMLFILES-${PRI_LANG}} po/${DOCBASE}.pot
if [ ! -f $$@ ]; then \
cp po/${DOCBASE}.pot $$@; \
else \
- cp $$@ $$@.bank; \
- ${MSGMERGE} -o $$@ $$@.bank po/${DOCBASE}.pot; \
+ ${MSGMERGE} -U --backup=simple $$@ po/${DOCBASE}.pot; \
fi
.PHONY: po-${1}