summaryrefslogtreecommitdiff
path: root/ld/dep-in.sed
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-04-04 14:07:57 +0000
committerAlan Modra <amodra@bigpond.net.au>2002-04-04 14:07:57 +0000
commite3af118e269b9fbc8d4bc5e105ee44de0ae81dab (patch)
treee2eb551a7b61c131a84b5f94294762e2097da47a /ld/dep-in.sed
parenta6fadd2bec9a0f209d162e544da74906cc2fb622 (diff)
downloadbinutils-redhat-e3af118e269b9fbc8d4bc5e105ee44de0ae81dab.tar.gz
* dep-in.sed: Cope with absolute paths.
* Makefile.am (dep.sed): Subst TOPDIR and BFDDIR. Run "make dep-am". * Makefile.in: Regenerate.
Diffstat (limited to 'ld/dep-in.sed')
-rw-r--r--ld/dep-in.sed3
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/dep-in.sed b/ld/dep-in.sed
index 89b120147b..aad7d92d8b 100644
--- a/ld/dep-in.sed
+++ b/ld/dep-in.sed
@@ -3,6 +3,9 @@
/\\$/b loop
s!@INCDIR@!$(INCDIR)!g
+s!@TOPDIR@/include!$(INCDIR)!g
+s!@BFDDIR@!$(BFDDIR)!g
+s!@TOPDIR@/bfd!$(BFDDIR)!g
s!@SRCDIR@/!!g
s! \.\./bfd/hosts/[^ ]*\.h! !g