mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-16 15:40:16 +00:00
* Makefile.am (libopcodes_la_LIBADD): Add libbfd.la.
(libopcodes_la_DEPENDENCIES): Add libbfd.la. * Makefile.in: Regenerated.
This commit is contained in:
parent
9c7a29a32e
commit
dd4b5cc0c0
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user