Set LC_ALL=C rather than unsetting LC_COLLATE for sort.
[deliverable/binutils-gdb.git] / gas / Makefile.in
index cc90b3c1f7100520828e0463fa85ae6cb4d5e133..d827a57efc7cd04a55fc39e375e7bcac933a42d5 100644 (file)
@@ -2530,7 +2530,7 @@ uninstall-info: uninstall-info-recursive
        tags tags-recursive uninstall uninstall-am uninstall-info-am
 
 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
 
 diststuff: $(EXTRA_DIST) info
This page took 0.147782 seconds and 4 git commands to generate.