From 6e639e5d7b58ac672f4b41b5b83fdfe3ddceb000 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 13 Feb 1998 18:12:58 +0000 Subject: [PATCH] * Makefile.am (libbfd_la_LDFLAGS): Define. * Makefile.in: Rebuild. --- bfd/ChangeLog | 5 +++++ bfd/Makefile.am | 1 + bfd/Makefile.in | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) 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 \