diff options
Diffstat (limited to 'bfd/dep-in.sed')
-rw-r--r-- | bfd/dep-in.sed | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/dep-in.sed b/bfd/dep-in.sed index 9da181ab8f..c3781f23bc 100644 --- a/bfd/dep-in.sed +++ b/bfd/dep-in.sed @@ -6,6 +6,7 @@ t loop s!\.o:!.lo:! s! @BFD_H@!!g s!@INCDIR@!$(INCDIR)!g +s!@SRCDIR@/../opcodes!$(srcdir)/../opcodes!g s!@SRCDIR@/!!g s! hosts/[^ ]*\.h! !g s/ sysdep.h//g |