summaryrefslogtreecommitdiff
path: root/opcodes/dep-in.sed
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-04-04 14:05:44 +0000
committerAlan Modra <amodra@bigpond.net.au>2002-04-04 14:05:44 +0000
commit41b5a2f30acc7b7c6cb09e4473a257928a190140 (patch)
tree2b19ef73347ed71337a1ebc49484a3e2c1604722 /opcodes/dep-in.sed
parent1d76c3a794967a72377e9cce158434dd87c333cd (diff)
downloadbinutils-redhat-41b5a2f30acc7b7c6cb09e4473a257928a190140.tar.gz
* dep-in.sed: Cope with absolute paths.
* Makefile.am (dep.sed): Subst TOPDIR. Run "make dep-am". * Makefile.in: Regenerate. * ppc-opc.c: Whitespace. * s390-dis.c: Fix copyright date.
Diffstat (limited to 'opcodes/dep-in.sed')
-rw-r--r--opcodes/dep-in.sed2
1 files changed, 2 insertions, 0 deletions
diff --git a/opcodes/dep-in.sed b/opcodes/dep-in.sed
index c30dee5639..e373d4ca84 100644
--- a/opcodes/dep-in.sed
+++ b/opcodes/dep-in.sed
@@ -6,7 +6,9 @@ t loop
s!\.o:!.lo:!
s! @BFD_H@! $(BFD_H)!g
s!@INCDIR@!$(INCDIR)!g
+s!@TOPDIR@/include!$(INCDIR)!g
s!@BFDDIR@!$(BFDDIR)!g
+s!@TOPDIR@/bfd!$(BFDDIR)!g
s!@SRCDIR@/!!g
s/\\\n */ /g