* Makefile.am (libbfd_la_LDFLAGS): Define.

* Makefile.in: Rebuild.
This commit is contained in:
Ian Lance Taylor 1998-02-13 18:12:58 +00:00
parent 8f9acca317
commit 6e639e5d7b
3 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Fri Feb 13 13:11:33 1998 Ian Lance Taylor <ian@cygnus.com>
* Makefile.am (libbfd_la_LDFLAGS): Define.
* Makefile.in: Rebuild.
Thu Feb 12 17:31:11 1998 Ian Lance Taylor <ian@cygnus.com>
NetBSD patches from Gordon W. Ross <gwr@mc.com>:

View File

@ -425,6 +425,7 @@ ofiles: stamp-ofiles ; @true
libbfd_la_SOURCES = $(BFD_LIBS_CFILES)
libbfd_la_DEPENDENCIES = $(OFILES) ofiles
libbfd_la_LIBADD = `cat ofiles`
libbfd_la_LDFLAGS = -release $(VERSION)
# libtool will build .libs/libbfd.a. We create libbfd.a in the build
# directory so that we don't have to convert all the programs that use

View File

@ -493,6 +493,7 @@ OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@
libbfd_la_SOURCES = $(BFD_LIBS_CFILES)
libbfd_la_DEPENDENCIES = $(OFILES) ofiles
libbfd_la_LIBADD = `cat ofiles`
libbfd_la_LDFLAGS = -release $(VERSION)
# libtool will build .libs/libbfd.a. We create libbfd.a in the build
# directory so that we don't have to convert all the programs that use
@ -530,7 +531,6 @@ libbfd_a_LIBADD =
libbfd_a_OBJECTS =
LTLIBRARIES = $(lib_LTLIBRARIES)
libbfd_la_LDFLAGS =
libbfd_la_OBJECTS = archive.lo archures.lo bfd.lo cache.lo coffgen.lo \
corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo \
syms.lo targets.lo hash.lo linker.lo elf.lo srec.lo binary.lo tekhex.lo \