From 9ad12a096a66459200d496bb02edeec5803acbc3 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 4 Aug 2008 06:55:33 +0000 Subject: Set LC_ALL=C rather than unsetting LC_COLLATE for sort. --- binutils/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binutils/Makefile.am') 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 -- cgit v1.2.1