From: Ian Lance Taylor Date: Mon, 19 Feb 1996 17:34:43 +0000 (+0000) Subject: * configure.in: Set and substitute SHLIB_DEP. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a9c5cc539ed6cb39e88f24d68c948590f38d096f;p=binutils-gdb.git * configure.in: Set and substitute SHLIB_DEP. * configure: Rebuild. * Makefile.in (SHLIB_DEP): New variable. (LIBIBERTY_LISTS, BFD_LIST): New variables. (stamp-piclist): Depend upon LIBIBERTY_LISTS and BFD_LIST. If COMMON_SHLIB, add them to piclist with appropriate modifications. ($(SHLIB)): Depend upon $(SHLIB_DEP). Don't check COMMON_SHLIB here: just use piclist. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 55a6e0d92ee..ce60289875b 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,14 @@ +Mon Feb 19 12:32:17 1996 Ian Lance Taylor + + * configure.in: Set and substitute SHLIB_DEP. + * configure: Rebuild. + * Makefile.in (SHLIB_DEP): New variable. + (LIBIBERTY_LISTS, BFD_LIST): New variables. + (stamp-piclist): Depend upon LIBIBERTY_LISTS and BFD_LIST. If + COMMON_SHLIB, add them to piclist with appropriate modifications. + ($(SHLIB)): Depend upon $(SHLIB_DEP). Don't check COMMON_SHLIB + here: just use piclist. + Mon Feb 19 02:03:50 1996 Doug Evans * sparc-dis.c (MASK_V9,V9_ONLY_P,V9_P): Define.