* 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.
This commit is contained in:
Ian Lance Taylor 1996-02-19 17:34:43 +00:00
parent b6ae0f1031
commit a9c5cc539e
1 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,14 @@
Mon Feb 19 12:32:17 1996 Ian Lance Taylor <ian@cygnus.com>
* 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 <dje@charmed.cygnus.com>
* sparc-dis.c (MASK_V9,V9_ONLY_P,V9_P): Define.