aboutsummaryrefslogtreecommitdiff
path: root/bfd/Makefile.am
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 /bfd/Makefile.am
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 'bfd/Makefile.am')
-rw-r--r--bfd/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/Makefile.am b/bfd/Makefile.am
index 0fd2fe9..befb9f1 100644
--- a/bfd/Makefile.am
+++ b/bfd/Makefile.am
@@ -698,12 +698,12 @@ BLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES)
po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
for file in $(SRC_POTFILES); do echo $$file; done \
- | LC_COLLATE= sort > tmp.src \
+ | LC_ALL=C sort > tmp.src \
&& mv tmp.src $(srcdir)/po/SRC-POTFILES.in
po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
for file in $(BLD_POTFILES); do echo $$file; done \
- | LC_COLLATE= sort > tmp.bld \
+ | LC_ALL=C sort > tmp.bld \
&& mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
all diststuff: info