aboutsummaryrefslogtreecommitdiff
path: root/gas/configure.in
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-10-16 13:27:04 +0000
committerAlan Modra <amodra@gmail.com>2002-10-16 13:27:04 +0000
commit4001ad8ce41ecb5e8c09f8fa0f2e9c337128ffa6 (patch)
treed7a6c4267c6e73bf0de8b4e283ddb3009c4bfce6 /gas/configure.in
parent2bc3c89ab374cc07ce4781d37a662030d6fb4a58 (diff)
downloadgdb-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/configure.in')
-rw-r--r--gas/configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/configure.in b/gas/configure.in
index 83be3b2..785cc83 100644
--- a/gas/configure.in
+++ b/gas/configure.in
@@ -891,6 +891,7 @@ esac
case "${need_bfd}" in
yes)
BFDLIB=../bfd/libbfd.la
+ BFDVER_H=../bfd/bfdver.h
ALL_OBJ_DEPS="$ALL_OBJ_DEPS"' ../bfd/bfd.h $(INCDIR)/symcat.h'
;;
esac
@@ -898,6 +899,7 @@ esac
AC_SUBST(BFDLIB)
AC_SUBST(OPCODES_LIB)
+AC_SUBST(BFDVER_H)
AC_SUBST(ALL_OBJ_DEPS)
AC_DEFINE_UNQUOTED(TARGET_ALIAS, "${target_alias}", [Target alias.])