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/dep-in.sed | |
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/dep-in.sed')
-rw-r--r-- | gprof/dep-in.sed | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gprof/dep-in.sed b/gprof/dep-in.sed index 0981dfc..aeb22a1 100644 --- a/gprof/dep-in.sed +++ b/gprof/dep-in.sed @@ -8,6 +8,7 @@ s!@BFDDIR@!$(BFDDIR)!g s!@TOPDIR@/bfd!$(BFDDIR)!g s!@SRCDIR@/!!g s!@OBJDIR@/!!g +s! \.\./intl/libintl\.h!!g s/\\\n */ /g |