From a9c5cc539ed6cb39e88f24d68c948590f38d096f Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 19 Feb 1996 17:34:43 +0000 Subject: [PATCH] * 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. --- opcodes/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 55a6e0d..ce60289 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. -- 2.7.4