summaryrefslogtreecommitdiff
path: root/gas/dep-in.sed
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-04-04 14:07:22 +0000
committerAlan Modra <amodra@bigpond.net.au>2002-04-04 14:07:22 +0000
commita6fadd2bec9a0f209d162e544da74906cc2fb622 (patch)
tree77a31979f9335f35a9dad73480b9288efa92a121 /gas/dep-in.sed
parent41b5a2f30acc7b7c6cb09e4473a257928a190140 (diff)
downloadbinutils-redhat-a6fadd2bec9a0f209d162e544da74906cc2fb622.tar.gz
* dep-in.sed: Cope with absolute paths.
* Makefile.am (dep.sed): Subst TOPDIR. Run "make dep-am". * Makefile.in: Regenerate.
Diffstat (limited to 'gas/dep-in.sed')
-rw-r--r--gas/dep-in.sed3
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/dep-in.sed b/gas/dep-in.sed
index fd1be2c379..7137574fb8 100644
--- a/gas/dep-in.sed
+++ b/gas/dep-in.sed
@@ -4,9 +4,12 @@
s! \.\./! !g
s!@INCDIR@!$(INCDIR)!g
+s!@TOPDIR@/include!$(INCDIR)!g
s!@BFDDIR@!$(BFDDIR)!g
+s!@TOPDIR@/bfd!$(BFDDIR)!g
s!@SRCDIR@/config!$(srcdir)/config!g
s!@SRCDIR@/\.\./opcodes!$(srcdir)/../opcodes!g
+s!@TOPDIR@/opcodes!$(srcdir)/../opcodes!g
s!@SRCDIR@/!!g
s! \$(INCDIR)/ansidecl\.h!!g
s! \$(INCDIR)/fopen-same\.h!!g