From 9ad12a096a66459200d496bb02edeec5803acbc3 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 4 Aug 2008 06:55:33 +0000 Subject: Set LC_ALL=C rather than unsetting LC_COLLATE for sort. --- opcodes/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opcodes/Makefile.am') diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index 3500f1972e..4e54000f3e 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -393,7 +393,7 @@ libopcodes.a: stamp-lib ; @true POTFILES = $(HFILES) $(CFILES) po/POTFILES.in: @MAINT@ Makefile - for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \ + for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \ && mv tmp $(srcdir)/po/POTFILES.in install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libopcodes -- cgit v1.2.1