* elf32-i386.c (elf_i386_object_p): Delete.
[deliverable/binutils-gdb.git] / gprof / Makefile.am
index 93873bc45b68be768259bbdf6f1932fafe4b7cb0..18a0b5206ae7057b4a814d2e39f45309be0537ca 100644 (file)
@@ -45,7 +45,7 @@ diststuff: $(BUILT_SOURCES) info $(man_MANS)
 
 POTFILES = $(sources) $(noinst_HEADERS)
 po/POTFILES.in: @MAINT@ Makefile
-       for file in $(POTFILES); do echo $$file; done | sort > tmp \
+       for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \
          && mv tmp $(srcdir)/po/POTFILES.in
 
 MANCONF  = -Dman
This page took 0.023845 seconds and 4 git commands to generate.