diff options
author | Alan Modra <amodra@gmail.com> | 2002-05-17 10:34:03 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-05-17 10:34:03 +0000 |
commit | a703a6ea4e3f045d27dd30a8011e8e00e740c6a8 (patch) | |
tree | af6da9bb5cefc69fa9393bb58d2bc2ba16c617b1 /bfd/ChangeLog | |
parent | 2250ee0c644b35616236bd3a5f9ba842542e72d9 (diff) | |
download | gdb-a703a6ea4e3f045d27dd30a8011e8e00e740c6a8.zip gdb-a703a6ea4e3f045d27dd30a8011e8e00e740c6a8.tar.gz gdb-a703a6ea4e3f045d27dd30a8011e8e00e740c6a8.tar.bz2 |
* acinclude.m4 (AM_INSTALL_LIBBFD): New.
* configure.in: Invoke AM_INSTALL_LIBBFD.
* Makefile.am (install-data-local): Revert 2002-05-13. Move to..
(install_libbfd): .. New target.
(uninstall_libbfd): 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 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9d1a0b0..33998d6 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,19 @@ +2002-05-17 Alan Modra <amodra@bigpond.net.au> + + * acinclude.m4 (AM_INSTALL_LIBBFD): New. + * configure.in: Invoke AM_INSTALL_LIBBFD. + * Makefile.am (install-data-local): Revert 2002-05-13. Move to.. + (install_libbfd): .. New target. + (uninstall_libbfd): 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-17 Stuart Balfour <sbalfour@cisco.com> * hash.c (bfd_hash_lookup): Remove computation of len from inside |