diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-08-12 22:43:07 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-08-12 22:43:07 +0000 |
commit | ad681c85c3c66f8610d67a533990791c23d85b62 (patch) | |
tree | e5e8b8d7cbc360a217137ffa841b8c091c8a2cc7 /Makefile.in | |
parent | 69489883aab580c58fdc4084d45eb4363f02bb03 (diff) | |
download | gdb-ad681c85c3c66f8610d67a533990791c23d85b62.zip gdb-ad681c85c3c66f8610d67a533990791c23d85b62.tar.gz gdb-ad681c85c3c66f8610d67a533990791c23d85b62.tar.bz2 |
2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
* src-release: Stop distributing mmalloc with gdb (which doesn't
use it).
* Makefile.def: GDB doesn't depend on mmalloc anymore.
* Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index ddeb28a..4cc72bb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -29437,7 +29437,6 @@ configure-gdb: maybe-configure-sim all-gdb: maybe-all-libiberty all-gdb: maybe-all-opcodes all-gdb: maybe-all-bfd -all-gdb: maybe-all-mmalloc all-gdb: maybe-all-readline all-gdb: maybe-all-bison all-gdb: maybe-all-byacc |