mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 23:32:21 +08:00
* 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.
This commit is contained 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.])
|
||||
|
Reference in New Issue
Block a user