diff options
author | Alan Modra <amodra@gmail.com> | 2003-08-14 07:03:18 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-08-14 07:03:18 +0000 |
commit | f86073899948cb6278952f50c333df2c923b6bf9 (patch) | |
tree | fc5bf4b396cc47211f8954e5d6c2d3526535fb27 /opcodes/dep-in.sed | |
parent | fdc09da8b5ef3f65eec12c4039bc3f99194cb4c7 (diff) | |
download | binutils-gdb-f86073899948cb6278952f50c333df2c923b6bf9.tar.gz |
* dep-in.sed: Remove libintl.h.
* Makefile.am (POTFILES.in): Unset LC_COLLATE.
Run "make dep-am".
* Makefile.in: Regenerate.
Diffstat (limited to 'opcodes/dep-in.sed')
-rw-r--r-- | opcodes/dep-in.sed | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/dep-in.sed b/opcodes/dep-in.sed index e373d4ca84e..94da2adc340 100644 --- a/opcodes/dep-in.sed +++ b/opcodes/dep-in.sed @@ -10,6 +10,7 @@ s!@TOPDIR@/include!$(INCDIR)!g s!@BFDDIR@!$(BFDDIR)!g s!@TOPDIR@/bfd!$(BFDDIR)!g s!@SRCDIR@/!!g +s! \.\./intl/libintl\.h!!g s/\\\n */ /g |