diff options
author | Alan Modra <amodra@gmail.com> | 2008-08-04 06:55:33 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2008-08-04 06:55:33 +0000 |
commit | 323ee3f41cb9db7160cbe159000ebce076efb48e (patch) | |
tree | cb44160a354d0981f93773aabecdc0b01c2e70b5 /binutils/Makefile.am | |
parent | 2fa331fa331de288b77363ebb198a6b38c22e7e3 (diff) | |
download | gdb-323ee3f41cb9db7160cbe159000ebce076efb48e.zip gdb-323ee3f41cb9db7160cbe159000ebce076efb48e.tar.gz gdb-323ee3f41cb9db7160cbe159000ebce076efb48e.tar.bz2 |
Set LC_ALL=C rather than unsetting LC_COLLATE for sort.
Diffstat (limited to 'binutils/Makefile.am')
-rw-r--r-- | binutils/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/Makefile.am b/binutils/Makefile.am index 4ed37d8..3a1d19a 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 |