summaryrefslogtreecommitdiff
path: root/po/Makefile.in.in
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2005-07-25 14:26:57 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-07-25 14:26:57 +0000
commit113b4e2f2dcf21d421144d25d5dda3841b4ad742 (patch)
treea01200f8437987f52edc16d52dc4d27e68fb038d /po/Makefile.in.in
parent3e7c9de0806a784372811f5db02fde902d3ad43b (diff)
downloadgdk-pixbuf-113b4e2f2dcf21d421144d25d5dda3841b4ad742.tar.gz
Call msgfmt with -c to catch format string errors
Diffstat (limited to 'po/Makefile.in.in')
-rw-r--r--po/Makefile.in.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index ca12eee80..6ba6fec2e 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 \