Set LC_ALL=C rather than unsetting LC_COLLATE for sort.
[deliverable/binutils-gdb.git] / gold / Makefile.in
index 007730871d01c3ec2e261cf0d885d14ab12fb448..bbc54171f2d6f98e9e729b75aaaa9edee92b5f29 100644 (file)
@@ -1095,7 +1095,7 @@ install-exec-local: ld-new$(EXEEXT)
 install-data-local: install-info
 
 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
 
 # Bootstrap test support.  We use ld-new to build ld1, then use ld1 to
This page took 0.023194 seconds and 4 git commands to generate.