mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 12:03:41 +08:00
Match space at start of file name, not end.
This commit is contained in:
parent
742f45cf3a
commit
28ea9521fe
@ -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
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
s!@INCDIR@!$(INCDIR)!g
|
||||
s!@SRCDIR@/!!g
|
||||
s!\.\./bfd/hosts/[^ ]*\.h ! !g
|
||||
s! \.\./bfd/hosts/[^ ]*\.h! !g
|
||||
|
||||
s/\\\n */ /g
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user