summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2003-05-20 09:34:19 +0000
committerAndreas Jaeger <aj@suse.de>2003-05-20 09:34:19 +0000
commitbc716fce3ae6a5be562ec4e85c0971a891ec6f83 (patch)
tree27a53138f94c307bce99e8e5be7aa37e5ca0aa90
parent3fb21125857aeb8b0d5750e5655c76114f832abc (diff)
downloadgdb-bc716fce3ae6a5be562ec4e85c0971a891ec6f83.tar.gz
Regenerate - forgot to commit with last commit
-rw-r--r--opcodes/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in
index 0220191ccbe..8c03c172b92 100644
--- a/opcodes/Makefile.in
+++ b/opcodes/Makefile.in
@@ -392,8 +392,8 @@ OFILES = @BFD_MACHINES@
INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ -I$(srcdir)/../intl -I../intl
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