Match space at start of file name, not end.

This commit is contained in:
Alan Modra 2000-04-20 02:13:01 +00:00
parent 742f45cf3a
commit 28ea9521fe
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-04-19 Alan Modra <alan@linuxcare.com.au>
* dep-in.sed: Match space at start of file name, not at end.
2000-04-18 H.J. Lu <hjl@gnu.org>
* emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Call

View File

@ -4,7 +4,7 @@
s!@INCDIR@!$(INCDIR)!g
s!@SRCDIR@/!!g
s!\.\./bfd/hosts/[^ ]*\.h ! !g
s! \.\./bfd/hosts/[^ ]*\.h! !g
s/\\\n */ /g