diff options
Diffstat (limited to 'grpmi/po/Makefile')
-rw-r--r-- | grpmi/po/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/grpmi/po/Makefile b/grpmi/po/Makefile index 5acdf36a..1205ca55 100644 --- a/grpmi/po/Makefile +++ b/grpmi/po/Makefile @@ -31,7 +31,8 @@ $(PGOAL).pot: $(PL_FILES) $(CFILES) xgettext -F -n --add-comments='-PO' \ --keyword=_ --keyword=__ --keyword=N_ --keyword=N \ --language=C -o grpmi_tmp_c.pot $(CFILES) - msgcat grpmi_tmp_c.pot grpmi_tmp.pot > $@ + msgcat --use-first grpmi_tmp_c.pot grpmi_tmp.pot > $@ + rm -f grpmi_tmp_c.pot grpmi_tmp.pot install: for l in $(LANGS); do \ |