diff options
author | Alan Modra <amodra@gmail.com> | 2002-05-17 10:34:29 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-05-17 10:34:29 +0000 |
commit | 81172ff2bd0e399670ae50da66c6b907026c54d5 (patch) | |
tree | ee54a36255e15ba1afecb07331bee19fbdf7cdf1 /opcodes/ChangeLog | |
parent | a703a6ea4e3f045d27dd30a8011e8e00e740c6a8 (diff) | |
download | gdb-81172ff2bd0e399670ae50da66c6b907026c54d5.zip gdb-81172ff2bd0e399670ae50da66c6b907026c54d5.tar.gz gdb-81172ff2bd0e399670ae50da66c6b907026c54d5.tar.bz2 |
* acinclude.m4 (AM_INSTALL_LIBBFD): Fake to fool autotools.
* configure.in: Invoke AM_INSTALL_LIBBFD.
* Makefile.am (install-data-local): Move to..
(install_libopcodes): .. New target.
(uninstall_libopcodes): Likewise.
(install-bfdlibLTLIBRARIES): Likewise.
(uninstall-bfdlibLTLIBRARIES): Likewise.
(bfdlibdir): New.
(bfdincludedir): New.
(lib_LTLIBRARIES): Rename to bfdlib_LTLIBRARIES.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* Makefile.in: Regenerate.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index d16b5b6..2527eeb 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,19 @@ +2002-05-17 Alan Modra <amodra@bigpond.net.au> + + * acinclude.m4 (AM_INSTALL_LIBBFD): Fake to fool autotools. + * configure.in: Invoke AM_INSTALL_LIBBFD. + * Makefile.am (install-data-local): Move to.. + (install_libopcodes): .. New target. + (uninstall_libopcodes): Likewise. + (install-bfdlibLTLIBRARIES): Likewise. + (uninstall-bfdlibLTLIBRARIES): Likewise. + (bfdlibdir): New. + (bfdincludedir): New. + (lib_LTLIBRARIES): Rename to bfdlib_LTLIBRARIES. + * aclocal.m4: Regenerate. + * configure: Regenerate. + * Makefile.in: Regenerate. + 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com> * fr30-asm.c: Regenerate. |