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