Ticket #23382: patch-gettext-0.17.diff

File patch-gettext-0.17.diff, 494 bytes (added by mklein-de (Michael Klein), 14 years ago)
  • locale/create-makefile

    old new  
    3737$i.po: \$(CFILES)
    3838        @echo "Updating $i.po"
    3939        @cd ..; xgettext --no-wrap -cTRANSLATORS: -o locale/messages.pot -k_ -k_utf \$(CFILES_NP)
    40         @msgmerge -q -U --no-wrap --no-fuzzy-matching $i.po messages.pot
     40        @msgmerge -q -U --no-wrap --no-fuzzy-matching --backup=none $i.po messages.pot
    4141        @rm -f messages.pot
    4242
    4343$i/LC_MESSAGES/dvdisaster.mo: $i.po