diff options
Diffstat (limited to 'opcodes/dep-in.sed')
-rw-r--r-- | opcodes/dep-in.sed | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/opcodes/dep-in.sed b/opcodes/dep-in.sed index 081f99c..df8bc1e 100644 --- a/opcodes/dep-in.sed +++ b/opcodes/dep-in.sed @@ -3,7 +3,6 @@ s/\\\n */ /g t loop -s!\.o:!.lo:! s! \./! !g s! @BFD_H@! $(BFD_H)!g s!@INCDIR@!$(INCDIR)!g @@ -13,12 +12,8 @@ s!@TOPDIR@/bfd!$(BFDDIR)!g s!@SRCDIR@/!!g s! \.\./intl/libintl\.h!!g -s/\\\n */ /g - s/ *$// s/ */ /g -s/ *:/:/g -/:$/d - -s/\(.\{50\}[^ ]*\) /\1 \\\ - /g +s/^ */A/ +s/ / \\\nB/g +$s/$/ \\/ |