aboutsummaryrefslogtreecommitdiff
path: root/opcodes
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
commit08c661884588255a2f1fb0d0556ed6fa05927de2 (patch)
tree4531b30733f91ebc3c79c87c420839e26f6888a1 /opcodes
parent2ebaa23b7a465e6fd59ee435c7436c532ac2e910 (diff)
downloadbinutils-08c661884588255a2f1fb0d0556ed6fa05927de2.zip
binutils-08c661884588255a2f1fb0d0556ed6fa05927de2.tar.gz
binutils-08c661884588255a2f1fb0d0556ed6fa05927de2.tar.bz2
Regenerate - forgot to commit with last commit
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in
index 0220191..8c03c17 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