diff options
author | Alan Modra <amodra@gmail.com> | 2000-04-20 02:13:01 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-04-20 02:13:01 +0000 |
commit | 28ea9521fe2cd3a3fa4e187e3571ac886f444671 (patch) | |
tree | 96319c0e953b3f68e2b286b7abecca5b0908fae2 /ld/dep-in.sed | |
parent | 742f45cf3ae24b4dd4bd63ddcce18bddf1f31330 (diff) | |
download | gdb-28ea9521fe2cd3a3fa4e187e3571ac886f444671.zip gdb-28ea9521fe2cd3a3fa4e187e3571ac886f444671.tar.gz gdb-28ea9521fe2cd3a3fa4e187e3571ac886f444671.tar.bz2 |
Match space at start of file name, not end.
Diffstat (limited to 'ld/dep-in.sed')
-rw-r--r-- | ld/dep-in.sed | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/dep-in.sed b/ld/dep-in.sed index 8c80eb0..89b1201 100644 --- a/ld/dep-in.sed +++ b/ld/dep-in.sed @@ -4,7 +4,7 @@ s!@INCDIR@!$(INCDIR)!g s!@SRCDIR@/!!g -s!\.\./bfd/hosts/[^ ]*\.h ! !g +s! \.\./bfd/hosts/[^ ]*\.h! !g s/\\\n */ /g |