From: Ian Lance Taylor Date: Mon, 13 Apr 1998 20:52:01 +0000 (+0000) Subject: * Makefile.am (libopcodes_la_LIBADD): Add @WIN32LIBADD@. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=991e9502454bf7764e2e183138b086d3803094c9;p=binutils-gdb.git * Makefile.am (libopcodes_la_LIBADD): Add @WIN32LIBADD@. (libopcodes_la_LDFLAGS): Add @WIN32LDFLAGS@. * configure.in: Define and substitute WIN32LDFLAGS and WIN32LIBADD. * aclocal.m4: Rebuild with new libtool. * configure, Makefile.in: Rebuild. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index ebb3f387725..2885a0c1023 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,12 @@ +Mon Apr 13 16:50:27 1998 Ian Lance Taylor + + * Makefile.am (libopcodes_la_LIBADD): Add @WIN32LIBADD@. + (libopcodes_la_LDFLAGS): Add @WIN32LDFLAGS@. + * configure.in: Define and substitute WIN32LDFLAGS and + WIN32LIBADD. + * aclocal.m4: Rebuild with new libtool. + * configure, Makefile.in: Rebuild. + start-sanitize-r5900 Mon Apr 13 16:02:02 1998 Frank Ch. Eigler