diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2002-11-26 22:33:21 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2002-11-26 22:33:21 +0000 |
commit | f1d786721fc63e6cb671572f46e8ed0838454777 (patch) | |
tree | bee6de09e764aa605a4a7d475af01c7b4ae3e9a1 /mmalloc/ChangeLog | |
parent | a3b754347958261ec9fcaa627d57540fed673e2d (diff) | |
download | gdb-f1d786721fc63e6cb671572f46e8ed0838454777.zip gdb-f1d786721fc63e6cb671572f46e8ed0838454777.tar.gz gdb-f1d786721fc63e6cb671572f46e8ed0838454777.tar.bz2 |
2002-11-26 Elena Zannoni <ezannoni@redhat.com>
* Makefile.in (INFO_DEPS): Define.
(all): Add install-info to the rule.
(info): Unse INFO_DEPS.
(install-info): Rewrite.
(uninstall-info): New.
(uninstall): New.
Diffstat (limited to 'mmalloc/ChangeLog')
-rw-r--r-- | mmalloc/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mmalloc/ChangeLog b/mmalloc/ChangeLog index 8b59d38..4abbd68 100644 --- a/mmalloc/ChangeLog +++ b/mmalloc/ChangeLog @@ -1,3 +1,12 @@ +2002-11-26 Elena Zannoni <ezannoni@redhat.com> + + * Makefile.in (INFO_DEPS): Define. + (all): Add install-info to the rule. + (info): Unse INFO_DEPS. + (install-info): Rewrite. + (uninstall-info): New. + (uninstall): New. + 2002-04-07 Andrew Cagney <ac131313@redhat.com> From 2002-03-05 Scott Pakin <pakin@uiuc.edu> |