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. --- gas/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/Makefile.am') diff --git a/gas/Makefile.am b/gas/Makefile.am index c4589b8..a8b61cf 100644 --- a/gas/Makefile.am +++ b/gas/Makefile.am @@ -472,7 +472,7 @@ POTFILES = $(MULTI_CFILES) $(CONFIG_ATOF_CFILES) $(TARG_ENV_HFILES) $(OBJ_FORMAT $(OBJ_FORMAT_CFILES) $(TARGET_CPU_HFILES) $(TARGET_CPU_CFILES) \ $(HFILES) $(CFILES) 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 # Note: GASP is now deprecated and has been removed. It is still -- cgit v1.1