diff options
author | Alan Modra <amodra@bigpond.net.au> | 2000-05-02 00:12:46 +0000 |
---|---|---|
committer | Alan Modra <amodra@bigpond.net.au> | 2000-05-02 00:12:46 +0000 |
commit | 8c2523c949146b5f9a23cdc3207368ee9d9f8017 (patch) | |
tree | 55103877ccef9b7388f124c8f0a32656aca92033 /bfd/dep-in.sed | |
parent | 9c01371362059531ad8c7140738cd749bd14a41b (diff) | |
download | gdb-8c2523c949146b5f9a23cdc3207368ee9d9f8017.tar.gz |
Assorted code cleanup and fixes for hppa. Re-enable elf32-hppa as
it now compiles even if it doesn't work too well.
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 9da181ab8fc..c3781f23bcb 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 |