aboutsummaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index 7017e0f9..458d2c59 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -29,7 +29,7 @@ all: $(MOFILES)
merge: $(PGOAL).pot
@for n in $(POFILES); do \
echo "Merging $$n"; \
- msgmerge --width=79 "$$n" $< > "$$n"t; \
+ msgmerge "$$n" $< > "$$n"t; \
mv -f "$$n"t "$$n"; \
./get_from_compssusers.pl "$$n" > "$$n"m; \
done