summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--po/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/po/Makefile b/po/Makefile
index 4e17d24fb..86db7beae 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -75,8 +75,8 @@ install: all
missing: Makefile
mkdir -p missing; \
for n in $(CATALOGS); do \
- msghack --missing $$n > missing/$$n-; \
- msghack --empty missing/$$n- | grep -v "^#," > missing/$$n; \
+ msghack -w 999999 --missing $$n > missing/$$n-; \
+ msghack -w 999999 --empty missing/$$n- | grep -v "^#," > missing/$$n; \
rm missing/$$n-; \
done