diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-04-18 12:14:50 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-04-18 12:14:50 +0000 |
commit | ee5c21a00edd649f4305fbfc3722746f83055ce2 (patch) | |
tree | 862bd9b10da269b8ca2b7c7f16f189492f82ed13 /opcodes/Makefile.am | |
parent | 9ecf7166d24755752a87c979c910b67baf556fdb (diff) | |
download | gdb-ee5c21a00edd649f4305fbfc3722746f83055ce2.zip gdb-ee5c21a00edd649f4305fbfc3722746f83055ce2.tar.gz gdb-ee5c21a00edd649f4305fbfc3722746f83055ce2.tar.bz2 |
2007-04-18 Matthias Klose <doko@ubuntu.com>
* Makefile.am (libbfd_la_LDFLAGS): Use bfd soversion.
(bfdver.h): Use the date in non-release builds for the soversion.
* Makefile.in: Regenerate.
2007-04-18 Matthias Klose <doko@ubuntu.com>
* Makefile.am (libopcodes_la_LDFLAGS): Use bfd soversion.
* Makefile.in: Regenerate.
Diffstat (limited to 'opcodes/Makefile.am')
-rw-r--r-- | opcodes/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index 96433f3..d187ce2 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -362,7 +362,7 @@ libopcodes_la_SOURCES = dis-buf.c disassemble.c dis-init.c # if host != build. libopcodes_la_DEPENDENCIES = $(OFILES) libopcodes_la_LIBADD = $(OFILES) @WIN32LIBADD@ -libopcodes_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@ +libopcodes_la_LDFLAGS = -release `cat ../bfd/libtool-soversion` @WIN32LDFLAGS@ # libtool will build .libs/libopcodes.a. We create libopcodes.a in # the build directory so that we don't have to convert all the |