* acconfig.h, configure.in, i386bsd.c (HAVE_STRUCT_REG_R_FS):
[deliverable/binutils-gdb.git] / gprof / dep-in.sed
1 :loop
2 /\\$/N
3 /\\$/b loop
4
5 s!@INCDIR@!$(INCDIR)!g
6 s!@BFDDIR@!$(BFDDIR)!g
7 s!@SRCDIR@/!!g
8 s!@OBJDIR@/!!g
9
10 s/\\\n */ /g
11
12 s/ *$//
13 s/ */ /g
14 /:$/d
15
16 s/\(.\{50\}[^ ]*\) /\1 \\\
17 /g
This page took 0.037676 seconds and 4 git commands to generate.