* dep-in.sed: Don't use \n in replacement part of s command.
[deliverable/binutils-gdb.git] / opcodes / dep-in.sed
CommitLineData
252b5132
RH
1:loop
2/\\$/N
3s/\\\n */ /g
4t loop
5
9e5169a8 6s! \./! !g
252b5132
RH
7s! @BFD_H@! $(BFD_H)!g
8s!@INCDIR@!$(INCDIR)!g
82674a1f 9s!@TOPDIR@/include!$(INCDIR)!g
252b5132 10s!@BFDDIR@!$(BFDDIR)!g
82674a1f 11s!@TOPDIR@/bfd!$(BFDDIR)!g
252b5132 12s!@SRCDIR@/!!g
f8607389 13s! \.\./intl/libintl\.h!!g
252b5132 14
252b5132
RH
15s/ *$//
16s/ */ /g
9e097a72
AM
17s/^ */A/
18s/ / \\\nB/g
19$s/$/ \\/
This page took 0.459582 seconds and 4 git commands to generate.