From 61b7c7ebdb0b1ab336f2f337dac63efdb8517530 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 25 Sep 2011 09:57:55 +0000 Subject: [PATCH] just in case C locale svn-id: @12352 --- po/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/Makefile.am b/po/Makefile.am index 4ed0dfc2..3adbc642 100644 --- a/po/Makefile.am +++ b/po/Makefile.am @@ -20,7 +20,7 @@ SUFFIXES = .po .mo .gmo && rm -f $$file && $(GMSGFMT) -c --statistics -o $$file $< $(PACKAGE).pot: Makefile $(POTSRC) - $(makepot) $(POTSRC) > $(PACKAGE).po + LC_ALL=C $(makepot) $(POTSRC) > $(PACKAGE).po cmp $(PACKAGE).po $(PACKAGE).pot || \ mv $(PACKAGE).po $(PACKAGE).pot; \ rm -f $(PACKAGE).po -- 2.44.0