diff options
author | Michael Sokolov <msokolov@ivan.harhan.org> | 2001-02-11 22:56:42 +0000 |
---|---|---|
committer | Michael Sokolov <msokolov@ivan.harhan.org> | 2001-02-11 22:56:42 +0000 |
commit | 847ee773eab1bc6127683c9c9616207629e3460c (patch) | |
tree | 2675449f2e7da1736e9c8e801250bf91730b6bfc /opcodes/Makefile.in | |
parent | 9f93bca5c70ce8deb596c3478be4335225d8c563 (diff) | |
download | gdb-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.in')
-rw-r--r-- | opcodes/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
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 |