diff options
author | Alan Modra <amodra@gmail.com> | 2002-10-16 13:27:04 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-10-16 13:27:04 +0000 |
commit | 4001ad8ce41ecb5e8c09f8fa0f2e9c337128ffa6 (patch) | |
tree | d7a6c4267c6e73bf0de8b4e283ddb3009c4bfce6 /gas/dep-in.sed | |
parent | 2bc3c89ab374cc07ce4781d37a662030d6fb4a58 (diff) | |
download | gdb-4001ad8ce41ecb5e8c09f8fa0f2e9c337128ffa6.zip gdb-4001ad8ce41ecb5e8c09f8fa0f2e9c337128ffa6.tar.gz gdb-4001ad8ce41ecb5e8c09f8fa0f2e9c337128ffa6.tar.bz2 |
* configure.in (BFDVER_H): Set and subst.
* dep-in.sed: Replace bfdver.h with $(BFDVER_H).
* Makefile.am: Run "make dep-am".
(BFDVER_H): Define.
* configure: Regenerate.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
Diffstat (limited to 'gas/dep-in.sed')
-rw-r--r-- | gas/dep-in.sed | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/dep-in.sed b/gas/dep-in.sed index 4894cea..1a25f44 100644 --- a/gas/dep-in.sed +++ b/gas/dep-in.sed @@ -13,6 +13,7 @@ s!@TOPDIR@/opcodes!$(srcdir)/../opcodes!g s!@SRCDIR@/!!g s! \$(srcdir)/config/te-generic\.h!!g s! \.\./bfd/bfd\.h!!g +s! \.\./bfd/bfdver\.h!$(BFDVER_H)!g s! itbl-cpu\.h!!g s! itbl-parse\.h!!g |