Call msgfmt with -c to catch format errors.

2005-07-25  Matthias Clasen  <mclasen@redhat.com>

	* Makefile.in.in: Call msgfmt with -c to catch
	format errors.
This commit is contained in:
Matthias Clasen 2005-07-25 14:17:30 +00:00 committed by Matthias Clasen
parent 9218b66f71
commit 1eb5f925c2

View File

@ -78,7 +78,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 \