From: Matthias Clasen Date: Mon, 25 Jul 2005 14:17:30 +0000 (+0000) Subject: Call msgfmt with -c to catch format errors. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=1eb5f925c21affa23a00d4eace457eea77f1fe2e;p=dana%2Fcg-glib.git Call msgfmt with -c to catch format errors. 2005-07-25 Matthias Clasen * Makefile.in.in: Call msgfmt with -c to catch format errors. --- diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 092b4e0d..75c7a711 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -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 \