diff options
author | Andreas Jaeger <aj@suse.de> | 2003-05-17 07:27:24 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2003-05-17 07:27:24 +0000 |
commit | dd4b5cc0c0e1f6052bd5b792ad487611985c0f83 (patch) | |
tree | 886151aa919a212705d865c366ba5bc96a9abc6c /opcodes | |
parent | 9c7a29a32e738b51793f7f2bcaa4b403373b478c (diff) | |
download | gdb-dd4b5cc0c0e1f6052bd5b792ad487611985c0f83.zip gdb-dd4b5cc0c0e1f6052bd5b792ad487611985c0f83.tar.gz gdb-dd4b5cc0c0e1f6052bd5b792ad487611985c0f83.tar.bz2 |
* Makefile.am (libopcodes_la_LIBADD): Add libbfd.la.
(libopcodes_la_DEPENDENCIES): Add libbfd.la.
* Makefile.in: Regenerated.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 6 | ||||
-rw-r--r-- | opcodes/Makefile.am | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 79135e5..c30e25a 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2003-05-17 Andreas Jaeger <aj@suse.de> + + * Makefile.am (libopcodes_la_LIBADD): Add libbfd.la. + (libopcodes_la_DEPENDENCIES): Add libbfd.la. + * Makefile.in: Regenerated. + 2003-05-16 Nick Clifton <nickc@redhat.com> * configure.in (ALL_LINGUAS): Add Romanian translation. diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index df20832..6ec05e4 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -282,8 +282,8 @@ disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c libopcodes_la_SOURCES = dis-buf.c disassemble.c -libopcodes_la_DEPENDENCIES = $(OFILES) -libopcodes_la_LIBADD = $(OFILES) @WIN32LIBADD@ +libopcodes_la_DEPENDENCIES = $(OFILES) ../bfd/libbfd.la +libopcodes_la_LIBADD = $(OFILES) @WIN32LIBADD@ ../bfd/libbfd.la libopcodes_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@ # libtool will build .libs/libopcodes.a. We create libopcodes.a in |