diff options
author | Alan Modra <amodra@gmail.com> | 2003-08-14 07:03:41 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-08-14 07:03:41 +0000 |
commit | 51f7282a43e7349f308864e8f1a77bfa30e3ec03 (patch) | |
tree | 5fc74cba692500b1ba6bfcedb28c0949105611ad /binutils/Makefile.am | |
parent | f86073899948cb6278952f50c333df2c923b6bf9 (diff) | |
download | binutils-51f7282a43e7349f308864e8f1a77bfa30e3ec03.zip binutils-51f7282a43e7349f308864e8f1a77bfa30e3ec03.tar.gz binutils-51f7282a43e7349f308864e8f1a77bfa30e3ec03.tar.bz2 |
* Makefile.am (POTFILES.in): Unset LC_COLLATE.
* Makefile.in: Regenerate.
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 63174e4..fa1ad82 100644 --- a/binutils/Makefile.am +++ b/binutils/Makefile.am @@ -115,7 +115,7 @@ LIBIBERTY = ../libiberty/libiberty.a POTFILES = $(CFILES) $(DEBUG_SRCS) $(HFILES) po/POTFILES.in: @MAINT@ Makefile - for file in $(POTFILES); do echo $$file; done | sort > tmp \ + for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \ && mv tmp $(srcdir)/po/POTFILES.in EXPECT = `if [ -f $$r/../expect/expect ] ; then \ |