summaryrefslogtreecommitdiff
path: root/ld/Makefile.in
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 /ld/Makefile.in
parentef2121b15c29435743e8dfdc54d8568c35f5e9ed (diff)
downloadbinutils-redhat-9ad12a096a66459200d496bb02edeec5803acbc3.tar.gz
Set LC_ALL=C rather than unsetting LC_COLLATE for sort.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r--ld/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in
index 185d440c98..2dc1fa22c9 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -1295,7 +1295,7 @@ deffilep.o:
$(COMPILE) -c $< $(NO_WERROR)
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
ldmain.o: ldmain.c config.status