]> Git Repo - binutils.git/blob - ld/dep-in.sed
Major revision to testsuites for cross-testing and DOS testing support.
[binutils.git] / ld / dep-in.sed
1 :loop
2 /\\$/N
3 /\\$/b loop
4
5 s!@INCDIR@!$(INCDIR)!g
6 s!@srcdir@/!!g
7 s!\.\./bfd/hosts/[^ ]*\.h ! !g
8
9 s/\\\n */ /g
10
11 s/ *$//
12 s/  */ /g
13 /:$/d
14
15 s/\(.\{50\}[^ ]*\) /\1 \\\
16   /g
This page took 0.025221 seconds and 4 git commands to generate.