aboutsummaryrefslogtreecommitdiff
path: root/bfd/Makefile.am
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/Makefile.am
parent88ec60c7e0289fec29403ef5a02180e3fa396c6b (diff)
downloadgdb-9f93bca5c70ce8deb596c3478be4335225d8c563.zip
gdb-9f93bca5c70ce8deb596c3478be4335225d8c563.tar.gz
gdb-9f93bca5c70ce8deb596c3478be4335225d8c563.tar.bz2
* Makefile.am (stamp-lib): ranlib the libbfd.a in the build directory.
* Makefile.in: Regenerate.
Diffstat (limited to 'bfd/Makefile.am')
-rw-r--r--bfd/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/Makefile.am b/bfd/Makefile.am
index 821fab1..c1cd2df 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