diff options
Diffstat (limited to 'contrib/binutils/opcodes/dep-in.sed')
-rw-r--r-- | contrib/binutils/opcodes/dep-in.sed | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/contrib/binutils/opcodes/dep-in.sed b/contrib/binutils/opcodes/dep-in.sed deleted file mode 100644 index 94da2adc3409..000000000000 --- a/contrib/binutils/opcodes/dep-in.sed +++ /dev/null @@ -1,23 +0,0 @@ -:loop -/\\$/N -s/\\\n */ /g -t loop - -s!\.o:!.lo:! -s! @BFD_H@! $(BFD_H)!g -s!@INCDIR@!$(INCDIR)!g -s!@TOPDIR@/include!$(INCDIR)!g -s!@BFDDIR@!$(BFDDIR)!g -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 |