* dep-in.sed: Remove libintl.h.
[deliverable/binutils-gdb.git] / gprof / Makefile.in
index 55b63edfdf0b8a1fddadf26d97715bd34e0bbbc7..80d58a245a3fc9c1bc833229434f1b676be87200 100644 (file)
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
+# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
 
 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
@@ -718,7 +718,7 @@ diststuff: $(BUILT_SOURCES) info $(man_MANS)
            FUNCTION=`(echo $*|sed -e 's,.*/,,g' -e 's/_bl//')`_blurb \
            FILE=$*.m $(srcdir)/$*.m
 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
 
 # Build the man page from the texinfo file
This page took 0.03041 seconds and 4 git commands to generate.