summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2003-05-17 07:27:24 +0000
committerAndreas Jaeger <aj@suse.de>2003-05-17 07:27:24 +0000
commitef7ed20071d5d31c5b8037308423bc4b2638dba1 (patch)
tree3a536cdba450c82d85d8fd30a34544e3b297fc8e
parent72f1de09272c8c4635ab83d355c588519a710a24 (diff)
downloadgdb-ef7ed20071d5d31c5b8037308423bc4b2638dba1.tar.gz
* Makefile.am (libopcodes_la_LIBADD): Add libbfd.la.kettenis_i386newframe-20030517-mergepoint
(libopcodes_la_DEPENDENCIES): Add libbfd.la. * Makefile.in: Regenerated.
-rw-r--r--opcodes/ChangeLog6
-rw-r--r--opcodes/Makefile.am4
2 files changed, 8 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 79135e5c8ab..c30e25a6312 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 df208325baa..6ec05e42294 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