diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 33aa709eae..a6694b190b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Fri Feb 13 13:11:33 1998 Ian Lance Taylor + + * Makefile.am (libbfd_la_LDFLAGS): Define. + * Makefile.in: Rebuild. + Thu Feb 12 17:31:11 1998 Ian Lance Taylor NetBSD patches from Gordon W. Ross : diff --git a/bfd/Makefile.am b/bfd/Makefile.am index 48e02fdfbe..7261cc2509 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -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 diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 9dbb574b95..df250c2ae2 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -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 \