summaryrefslogtreecommitdiff
path: root/bfd/dep-in.sed
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-04-04 14:04:39 +0000
committerAlan Modra <amodra@bigpond.net.au>2002-04-04 14:04:39 +0000
commita4790fdc4fd991d4a2d2a158d3c6e1b97cdf97cd (patch)
treedebfa45cdd05159378ea81470b04343cf5799513 /bfd/dep-in.sed
parentbb8465037bbb47d15f78013acf82c305886a0c68 (diff)
downloadgdb-a4790fdc4fd991d4a2d2a158d3c6e1b97cdf97cd.tar.gz
* 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.sed4
1 files changed, 3 insertions, 1 deletions
diff --git a/bfd/dep-in.sed b/bfd/dep-in.sed
index 4a706aa5be0..ce8b79b0546 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