* dep-in.sed: Remove libintl.h.
[deliverable/binutils-gdb.git] / ld / dep-in.sed
1 :loop
2 /\\$/N
3 /\\$/b loop
4
5 s!@INCDIR@!$(INCDIR)!g
6 s!@TOPDIR@/include!$(INCDIR)!g
7 s!@BFDDIR@!$(BFDDIR)!g
8 s!@TOPDIR@/bfd!$(BFDDIR)!g
9 s!@SRCDIR@/!!g
10 s! \.\./bfd/hosts/[^ ]*\.h! !g
11 s! \.\./intl/libintl\.h!!g
12
13 s/\\\n */ /g
14
15 s/ *$//
16 s/ */ /g
17 /:$/d
18
19 s/\(.\{50\}[^ ]*\) /\1 \\\
20 /g
This page took 0.057874 seconds and 5 git commands to generate.