diff options
author | Alan Modra <amodra@gmail.com> | 2003-08-14 07:04:57 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-08-14 07:04:57 +0000 |
commit | 68cdbb4a03848a829b1ee8e08b9d5de3c13522a8 (patch) | |
tree | e3de2eb9f6a96d4074ec5e07cd368dffeba7581c /gprof/Makefile.in | |
parent | da64f3bf47241a6e45fbe7149510ad64e2e751ae (diff) | |
download | gdb-68cdbb4a03848a829b1ee8e08b9d5de3c13522a8.zip gdb-68cdbb4a03848a829b1ee8e08b9d5de3c13522a8.tar.gz gdb-68cdbb4a03848a829b1ee8e08b9d5de3c13522a8.tar.bz2 |
* dep-in.sed: Remove libintl.h.
* Makefile.am (POTFILES.in): Unset LC_COLLATE.
* Makefile.in: Regenerate.
Diffstat (limited to 'gprof/Makefile.in')
-rw-r--r-- | gprof/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gprof/Makefile.in b/gprof/Makefile.in index 55b63ed..80d58a2 100644 --- a/gprof/Makefile.in +++ b/gprof/Makefile.in @@ -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 |