aboutsummaryrefslogtreecommitdiff
path: root/gas/dep-in.sed
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-04-04 14:07:22 +0000
committerAlan Modra <amodra@gmail.com>2002-04-04 14:07:22 +0000
commit8e42bcb6b9f45f5d37fd492f0803d3a8973b57c2 (patch)
treeac4fab756e40ddaa2241a8bd14e31f2208419d0c /gas/dep-in.sed
parent82674a1fec186715b11096436385f05abe2894c4 (diff)
downloadfsf-binutils-gdb-8e42bcb6b9f45f5d37fd492f0803d3a8973b57c2.zip
fsf-binutils-gdb-8e42bcb6b9f45f5d37fd492f0803d3a8973b57c2.tar.gz
fsf-binutils-gdb-8e42bcb6b9f45f5d37fd492f0803d3a8973b57c2.tar.bz2
* 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 fd1be2c..7137574 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