diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-08-12 22:44:25 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-08-12 22:44:25 +0000 |
commit | b5be499d8ccec41c319819b846e1de4995f2d166 (patch) | |
tree | aa8bed0072b36375a9e0b273321caf04060ca73a /Makefile.in | |
parent | a5fcc9c71353c260de04a336790441ed1736d302 (diff) | |
download | gcc-b5be499d8ccec41c319819b846e1de4995f2d166.zip gcc-b5be499d8ccec41c319819b846e1de4995f2d166.tar.gz gcc-b5be499d8ccec41c319819b846e1de4995f2d166.tar.bz2 |
src-release: Stop distributing mmalloc with gdb (which doesn't use it).
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.
From-SVN: r85912
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 |