aboutsummaryrefslogtreecommitdiff
path: root/opcodes/Makefile.in
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2008-08-04 06:55:33 +0000
committerAlan Modra <amodra@gmail.com>2008-08-04 06:55:33 +0000
commit323ee3f41cb9db7160cbe159000ebce076efb48e (patch)
treecb44160a354d0981f93773aabecdc0b01c2e70b5 /opcodes/Makefile.in
parent2fa331fa331de288b77363ebb198a6b38c22e7e3 (diff)
downloadfsf-binutils-gdb-323ee3f41cb9db7160cbe159000ebce076efb48e.zip
fsf-binutils-gdb-323ee3f41cb9db7160cbe159000ebce076efb48e.tar.gz
fsf-binutils-gdb-323ee3f41cb9db7160cbe159000ebce076efb48e.tar.bz2
Set LC_ALL=C rather than unsetting LC_COLLATE for sort.
Diffstat (limited to 'opcodes/Makefile.in')
-rw-r--r--opcodes/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in
index 9885783..ec9ae40 100644
--- a/opcodes/Makefile.in
+++ b/opcodes/Makefile.in
@@ -991,7 +991,7 @@ stamp-lib: libopcodes.la
libopcodes.a: stamp-lib ; @true
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