aboutsummaryrefslogtreecommitdiff
path: root/opcodes
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
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')
-rw-r--r--opcodes/ChangeLog6
-rw-r--r--opcodes/Makefile.am1
-rw-r--r--opcodes/Makefile.in3
3 files changed, 9 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 4194447..6c93aa7 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,9 @@
+2001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
+
+ * Makefile.am (stamp-lib): ranlib the libopcodes.a in the build
+ directory.
+ * Makefile.in: Regenerate.
+
2001-02-09 Schwidefsky <schwidefsky@de.ibm.com>
* Makefile.am: Add linux target for S/390.
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
diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in
index cd166b0..3d1a759 100644
--- a/opcodes/Makefile.in
+++ b/opcodes/Makefile.in
@@ -370,7 +370,7 @@ acinclude.m4 aclocal.m4 config.in configure configure.in
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-TAR = gtar
+TAR = tar
GZIP_ENV = --best
SOURCES = libopcodes.a.c $(libopcodes_la_SOURCES)
OBJECTS = libopcodes.a.$(OBJEXT) $(libopcodes_la_OBJECTS)
@@ -751,6 +751,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