* dep-in.sed: Don't use \n in replacement part of s command.
* Makefile.am (DEP1): LC_ALL for uniq. Run "make dep-am". * Makefile.in: Regenerate.
This commit is contained in:
parent
96d493066d
commit
a1ef399e23
4 changed files with 913 additions and 903 deletions
|
@ -1,3 +1,10 @@
|
|||
2009-06-04 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* dep-in.sed: Don't use \n in replacement part of s command.
|
||||
* Makefile.am (DEP1): LC_ALL for uniq.
|
||||
Run "make dep-am".
|
||||
* Makefile.in: Regenerate.
|
||||
|
||||
2009-06-03 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* elf32-i386.c (elf_i386_allocate_dynrelocs): Remove check of
|
||||
|
|
903
bfd/Makefile.am
903
bfd/Makefile.am
File diff suppressed because it is too large
Load diff
903
bfd/Makefile.in
903
bfd/Makefile.in
File diff suppressed because it is too large
Load diff
|
@ -23,5 +23,6 @@ s! \.\./intl/libintl\.h!!g
|
|||
s/ *$//
|
||||
s/ */ /g
|
||||
s/^ */A/
|
||||
s/ / \\\nB/g
|
||||
s/ / \\\
|
||||
B/g
|
||||
$s/$/ \\/
|
||||
|
|
Loading…
Reference in a new issue