Call msgfmt -c to catch format string errors

This commit is contained in:
Matthias Clasen
2005-07-25 14:28:44 +00:00
parent 113b4e2f2d
commit c3354e76d7
2 changed files with 6 additions and 1 deletions

View File

@ -80,7 +80,7 @@ INSTOBJEXT = @INSTOBJEXT@
.po.gmo:
file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \
&& rm -f $$file && $(GMSGFMT) -o $$file $<
&& rm -f $$file && $(GMSGFMT) -c -o $$file $<
.po.cat:
sed -f ../intl/po2msg.sed < $< > $*.msg \