Set LC_ALL=C rather than unsetting LC_COLLATE for sort.
[deliverable/binutils-gdb.git] / binutils / Makefile.am
index 4ed37d83e8c5bce46a6c849811756e24d26182d0..3a1d19a1fa096d937f16672797bc88bb30b20f4e 100644 (file)
@@ -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
This page took 0.037334 seconds and 4 git commands to generate.