aboutsummaryrefslogtreecommitdiff
path: root/opcodes/Makefile.am
diff options
context:
space:
mode:
authorMichael Sokolov <msokolov@ivan.harhan.org>2001-02-11 22:56:42 +0000
committerMichael Sokolov <msokolov@ivan.harhan.org>2001-02-11 22:56:42 +0000
commit847ee773eab1bc6127683c9c9616207629e3460c (patch)
tree2675449f2e7da1736e9c8e801250bf91730b6bfc /opcodes/Makefile.am
parent9f93bca5c70ce8deb596c3478be4335225d8c563 (diff)
downloadgdb-847ee773eab1bc6127683c9c9616207629e3460c.zip
gdb-847ee773eab1bc6127683c9c9616207629e3460c.tar.gz
gdb-847ee773eab1bc6127683c9c9616207629e3460c.tar.bz2
* Makefile.am (stamp-lib): ranlib the libopcodes.a in the build
directory. * Makefile.in: Regenerate.
Diffstat (limited to 'opcodes/Makefile.am')
-rw-r--r--opcodes/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am
index b1cbabf..664644e 100644
--- a/opcodes/Makefile.am
+++ b/opcodes/Makefile.am
@@ -214,6 +214,7 @@ stamp-lib: libopcodes.la
libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
if [ -f $$libtooldir/libopcodes.a ]; then \
cp $$libtooldir/libopcodes.a libopcodes.tmp; \
+ $(RANLIB) libopcodes.tmp; \
$(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
else true; fi
touch stamp-lib