* configure.in: Don't set SHLIB or SHLINK to an empty string,

since they appear as targets in Makefile.in.
	* configure: Rebuild.
This commit is contained in:
Ian Lance Taylor 1996-03-05 20:52:52 +00:00
parent d554e554da
commit 8f218e05fc
2 changed files with 10 additions and 0 deletions

View File

@ -1,5 +1,9 @@
Tue Mar 5 12:02:23 1996 Ian Lance Taylor <ian@cygnus.com>
* configure.in: Don't set SHLIB or SHLINK to an empty string,
since they appear as targets in Makefile.in.
* configure: Rebuild.
* sunos.c (sunos_scan_ext_relocs): If not making a shared library,
don't fiddle with a symbol which is not defined anywhere.

View File

@ -1,3 +1,9 @@
Tue Mar 5 15:51:57 1996 Ian Lance Taylor <ian@cygnus.com>
* configure.in: Don't set SHLIB or SHLINK to an empty string,
since they appear as targets in Makefile.in.
* configure: Rebuild.
Mon Feb 26 13:03:40 1996 Stan Shebs <shebs@andros.cygnus.com>
* mpw-make.sed: Edit out shared library support bits.