diff options
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 4bbd6c95..5af6c3f4 100644 --- a/po/Makefile +++ b/po/Makefile @@ -32,7 +32,7 @@ merge: $(PGOAL).pot echo "Merging $$n"; \ msgmerge "$$n" $< > "$$n"t; \ mv -f "$$n"t "$$n"; \ - ./get_from_compssusers.pl "$$n" >> "$$n"m; \ + ./get_from_compssusers.pl "$$n" > "$$n"m; \ done $(PGOAL).pot: $(PL_CFILES) $(CFILES) |