summaryrefslogtreecommitdiff
path: root/ld/dep-in.sed
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2000-04-20 02:13:01 +0000
committerAlan Modra <amodra@gmail.com>2000-04-20 02:13:01 +0000
commit28ea9521fe2cd3a3fa4e187e3571ac886f444671 (patch)
tree96319c0e953b3f68e2b286b7abecca5b0908fae2 /ld/dep-in.sed
parent742f45cf3ae24b4dd4bd63ddcce18bddf1f31330 (diff)
Match space at start of file name, not end.
Diffstat (limited to 'ld/dep-in.sed')
-rw-r--r--ld/dep-in.sed2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/dep-in.sed b/ld/dep-in.sed
index 8c80eb06a2..89b120147b 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