diff options
author | obrien <obrien@FreeBSD.org> | 2001-05-28 05:21:37 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-05-28 05:21:37 +0000 |
commit | 328e45595b12375b6d16a846069507d25086abdb (patch) | |
tree | ae2a6f4f4987889b7bd2af7bdf0b86fa580df011 /contrib/binutils/ld/dep-in.sed | |
parent | 7fbb72605a1c3bcb81f8b6bb6297ffef30f84335 (diff) | |
download | FreeBSD-src-328e45595b12375b6d16a846069507d25086abdb.zip FreeBSD-src-328e45595b12375b6d16a846069507d25086abdb.tar.gz |
Import of GNU Binutils version 2.11.0.
Believe it or not, this is heavily stripped down.
Diffstat (limited to 'contrib/binutils/ld/dep-in.sed')
-rw-r--r-- | contrib/binutils/ld/dep-in.sed | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/binutils/ld/dep-in.sed b/contrib/binutils/ld/dep-in.sed index 8c80eb0..89b1201 100644 --- a/contrib/binutils/ld/dep-in.sed +++ b/contrib/binutils/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 |