From: Andreas Jaeger Date: Sat, 17 May 2003 07:27:24 +0000 (+0000) Subject: * Makefile.am (libopcodes_la_LIBADD): Add libbfd.la. X-Git-Tag: ezannoni_pie-20030916-branchpoint~1659 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dd4b5cc0c0e1f6052bd5b792ad487611985c0f83;p=thirdparty%2Fbinutils-gdb.git * Makefile.am (libopcodes_la_LIBADD): Add libbfd.la. (libopcodes_la_DEPENDENCIES): Add libbfd.la. * Makefile.in: Regenerated. --- 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 + + * Makefile.am (libopcodes_la_LIBADD): Add libbfd.la. + (libopcodes_la_DEPENDENCIES): Add libbfd.la. + * Makefile.in: Regenerated. + 2003-05-16 Nick Clifton * 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