From 145078c0b28e7f03d59a87c12bdec78e05dd5f52 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 16 Oct 2002 13:27:04 +0000 Subject: * 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. --- gas/configure.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gas/configure.in') diff --git a/gas/configure.in b/gas/configure.in index 83be3b229a..785cc83b99 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.]) -- cgit v1.2.1