summaryrefslogtreecommitdiffstats
path: root/bfd
diff options
context:
space:
mode:
authorMichael Sokolov <msokolov@ivan.harhan.org>2001-02-11 22:53:28 +0000
committerMichael Sokolov <msokolov@ivan.harhan.org>2001-02-11 22:53:28 +0000
commit9f93bca5c70ce8deb596c3478be4335225d8c563 (patch)
tree0b6d0c3a9efd92b4f2e35aa43396edd6e2cfef91 /bfd
parent88ec60c7e0289fec29403ef5a02180e3fa396c6b (diff)
downloadppe42-binutils-9f93bca5c70ce8deb596c3478be4335225d8c563.tar.gz
ppe42-binutils-9f93bca5c70ce8deb596c3478be4335225d8c563.zip
* Makefile.am (stamp-lib): ranlib the libbfd.a in the build directory.
* Makefile.in: Regenerate.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog9
-rw-r--r--bfd/Makefile.am1
-rw-r--r--bfd/Makefile.in3
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 <msokolov@ivan.Harhan.ORG>
+
+ * Makefile.am (stamp-lib): ranlib the libbfd.a in the build directory.
+ * Makefile.in: Regenerate.
+
2001-02-09 David Mosberger <davidm@hpl.hp.com>
* 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 <orjanf@axis.com>
+2000-09-28 Vrjan Friberg <orjanf@axis.com>
Hans-Peter Nilsson <hp@axis.com>
* 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 <loewis@informatik.hu-berlin.de>
+2000-05-03 Martin v. Lvwis <loewis@informatik.hu-berlin.de>
* 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
OpenPOWER on IntegriCloud