diff options
Diffstat (limited to 'contrib/binutils/bfd/dep-in.sed')
-rw-r--r-- | contrib/binutils/bfd/dep-in.sed | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/contrib/binutils/bfd/dep-in.sed b/contrib/binutils/bfd/dep-in.sed deleted file mode 100644 index 90a2e6a7f066..000000000000 --- a/contrib/binutils/bfd/dep-in.sed +++ /dev/null @@ -1,31 +0,0 @@ -:loop -/\\$/N -s/\\\n */ /g -t loop - -s!\.o:!.lo:! -s! @BFD_H@!!g -s!@SRCDIR@/../include!$(INCDIR)!g -s!@TOPDIR@/include!$(INCDIR)!g -s!@SRCDIR@/../opcodes!$(srcdir)/../opcodes!g -s!@TOPDIR@/opcodes!$(srcdir)/../opcodes!g -s!@SRCDIR@/!!g -s! hosts/[^ ]*\.h! !g -s! sysdep.h!!g -s! \.\./bfd/sysdep.h!!g -s! libbfd.h!!g -s! config.h!!g -s! \$(INCDIR)/fopen-[^ ]*\.h!!g -s! \$(INCDIR)/ansidecl\.h!!g -s! \$(INCDIR)/symcat\.h!!g -s! \.\./intl/libintl\.h!!g - -s/\\\n */ /g - -s/ *$// -s/ */ /g -s/ *:/:/g -/:$/d - -s/\(.\{50\}[^ ]*\) /\1 \\\ - /g |