diff options
author | Alan Modra <amodra@gmail.com> | 2002-04-04 14:04:39 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-04-04 14:04:39 +0000 |
commit | 830629ab3e78b10728dc62b4126f0d8edb78ae25 (patch) | |
tree | c2a0fdf1dbeb301243f995016c643bf669dda15d /bfd/dep-in.sed | |
parent | 7b3fabf05efd936e000be6423eb7540e3570bbe3 (diff) | |
download | gdb-830629ab3e78b10728dc62b4126f0d8edb78ae25.zip gdb-830629ab3e78b10728dc62b4126f0d8edb78ae25.tar.gz gdb-830629ab3e78b10728dc62b4126f0d8edb78ae25.tar.bz2 |
* dep-in.sed: Cope with absolute paths.
* Makefile.am (dep.sed): Subst TOPDIR, and not INCDIR.
Run "make dep-am".
* Makefile.in: Regenerate.
* coff-arm.c: Fix copyright date.
* cpu-h8300.c: Likewise.
* cpu-i370.c: Likewise.
* cpu-s390.c: Likewise.
* cpu-mips.c: Likewise.
* po/SRC-POTFILES.in: Regenerate.
Diffstat (limited to 'bfd/dep-in.sed')
-rw-r--r-- | bfd/dep-in.sed | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bfd/dep-in.sed b/bfd/dep-in.sed index 4a706aa..ce8b79b 100644 --- a/bfd/dep-in.sed +++ b/bfd/dep-in.sed @@ -5,8 +5,10 @@ t loop s!\.o:!.lo:! s! @BFD_H@!!g -s!@INCDIR@!$(INCDIR)!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 |