summaryrefslogtreecommitdiff
path: root/binutils/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 /binutils/Makefile.am
parentef2121b15c29435743e8dfdc54d8568c35f5e9ed (diff)
downloadbinutils-redhat-9ad12a096a66459200d496bb02edeec5803acbc3.tar.gz
Set LC_ALL=C rather than unsetting LC_COLLATE for sort.
Diffstat (limited to 'binutils/Makefile.am')
-rw-r--r--binutils/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/Makefile.am b/binutils/Makefile.am
index 4ed37d83e8..3a1d19a1fa 100644
--- a/binutils/Makefile.am
+++ b/binutils/Makefile.am
@@ -147,7 +147,7 @@ install-html-recursive:
POTFILES = $(CFILES) $(DEBUG_SRCS) $(HFILES)
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
EXPECT = expect