diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-12 22:44:25 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-12 22:44:25 +0000 |
commit | 77f9b2dc1030d9ad7e20d436356045bb81b91060 (patch) | |
tree | aa8bed0072b36375a9e0b273321caf04060ca73a /Makefile.in | |
parent | d2e1c9b0845ccb5d0e48d7395aab0678b78c2edf (diff) | |
download | gcc-77f9b2dc1030d9ad7e20d436356045bb81b91060.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85912 138bc75d-0d04-0410-961f-82ee72b054a4
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 ddeb28a7e3b..4cc72bb8461 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 |