* dep-in.sed: Cope with absolute paths.
[deliverable/binutils-gdb.git] / gprof / dep-in.sed
CommitLineData
2114f57b
AM
1:loop
2/\\$/N
3/\\$/b loop
4
5s!@INCDIR@!$(INCDIR)!g
6s!@BFDDIR@!$(BFDDIR)!g
7s!@SRCDIR@/!!g
8s!@OBJDIR@/!!g
9
10s/\\\n */ /g
11
12s/ *$//
13s/ */ /g
14/:$/d
15
16s/\(.\{50\}[^ ]*\) /\1 \\\
17 /g
This page took 0.085975 seconds and 4 git commands to generate.