From 357c6bfeb59f2c9d40e1c549562f98a2b40777c5 Mon Sep 17 00:00:00 2001 From: Michael Sokolov Date: Sun, 11 Feb 2001 22:53:28 +0000 Subject: [PATCH] * Makefile.am (stamp-lib): ranlib the libbfd.a in the build directory. * Makefile.in: Regenerate. --- bfd/ChangeLog | 9 +++++++-- bfd/Makefile.am | 1 + bfd/Makefile.in | 3 ++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index da5b756d44..05740c1f10 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2001-02-11 Michael Sokolov + + * Makefile.am (stamp-lib): ranlib the libbfd.a in the build directory. + * Makefile.in: Regenerate. + 2001-02-09 David Mosberger * elfxx-ia64.c (is_unwind_section_name): New function. Returns @@ -1198,7 +1203,7 @@ * elf.c (elf_fake_sections): Do not mark the section SHT_NOBITS if is has the SEC_HAS_CONTENTS flag set. -2000-09-28 Örjan Friberg +2000-09-28 Vrjan Friberg Hans-Peter Nilsson * aout-cris.c (N_TXTADDR): Define. @@ -3052,7 +3057,7 @@ * libhppa.h (HPPA_R_CONSTANT): Cast argument to bfd_signed_vma. -2000-05-03 Martin v. Löwis +2000-05-03 Martin v. Lvwis * elflink.h (elf_link_add_object_symbols): Reset dynindx for hidden and internal symbols. diff --git a/bfd/Makefile.am b/bfd/Makefile.am index 821fab117f..c1cd2df024 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -540,6 +540,7 @@ stamp-lib: libbfd.la libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \ if [ -f $$libtooldir/libbfd.a ]; then \ cp $$libtooldir/libbfd.a libbfd.tmp; \ + $(RANLIB) libbfd.tmp; \ $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \ else true; fi touch stamp-lib diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 808fb723f8..1351aaa7f5 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -693,7 +693,7 @@ configure.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best SOURCES = $(libbfd_a_SOURCES) $(libbfd_la_SOURCES) OBJECTS = $(libbfd_a_OBJECTS) $(libbfd_la_OBJECTS) @@ -1095,6 +1095,7 @@ stamp-lib: libbfd.la libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \ if [ -f $$libtooldir/libbfd.a ]; then \ cp $$libtooldir/libbfd.a libbfd.tmp; \ + $(RANLIB) libbfd.tmp; \ $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \ else true; fi touch stamp-lib -- 2.11.0