diff options
author | Daniel Jacobowitz <dan@debian.org> | 2007-04-18 12:14:50 +0000 |
---|---|---|
committer | Daniel Jacobowitz <dan@debian.org> | 2007-04-18 12:14:50 +0000 |
commit | 7cf16495a52489b864b83140c7cdbbbc3ef20c63 (patch) | |
tree | a1d38df21283309f54ad3dba7a57c6fc9c85642d /opcodes/Makefile.am | |
parent | 9654768473d6d6d3239ce93d1777ed56e6e120b8 (diff) | |
download | gdb-7cf16495a52489b864b83140c7cdbbbc3ef20c63.tar.gz |
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 96433f3fae5..d187ce21052 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 |