summaryrefslogtreecommitdiff
path: root/opcodes/Makefile.am
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2008-08-04 06:55:33 +0000
committerAlan Modra <amodra@bigpond.net.au>2008-08-04 06:55:33 +0000
commit9ad12a096a66459200d496bb02edeec5803acbc3 (patch)
tree74e51cf63e98e06c5d3907206d630db291190d4f /opcodes/Makefile.am
parentef2121b15c29435743e8dfdc54d8568c35f5e9ed (diff)
downloadbinutils-redhat-9ad12a096a66459200d496bb02edeec5803acbc3.tar.gz
Set LC_ALL=C rather than unsetting LC_COLLATE for sort.
Diffstat (limited to 'opcodes/Makefile.am')
-rw-r--r--opcodes/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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