From 323ee3f41cb9db7160cbe159000ebce076efb48e 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. --- gprof/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gprof/Makefile.am') diff --git a/gprof/Makefile.am b/gprof/Makefile.am index e9ed845..0b9bc27 100644 --- a/gprof/Makefile.am +++ b/gprof/Makefile.am @@ -52,7 +52,7 @@ diststuff: $(BUILT_SOURCES) info $(man_MANS) POTFILES = $(sources) $(noinst_HEADERS) 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 MANCONF = -Dman -- cgit v1.1