summaryrefslogtreecommitdiff
path: root/Makefile.def
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2004-08-12 22:44:25 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2004-08-12 22:44:25 +0000
commitb5be499d8ccec41c319819b846e1de4995f2d166 (patch)
treeaa8bed0072b36375a9e0b273321caf04060ca73a /Makefile.def
parenta5fcc9c71353c260de04a336790441ed1736d302 (diff)
downloadgcc-b5be499d8ccec41c319819b846e1de4995f2d166.tar.gz
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.def')
-rw-r--r--Makefile.def1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.def b/Makefile.def
index f19b2698521..82bc2d24861 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -268,7 +268,6 @@ dependencies = { module=configure-gdb; on=configure-sim; };
dependencies = { module=all-gdb; on=all-libiberty; };
dependencies = { module=all-gdb; on=all-opcodes; };
dependencies = { module=all-gdb; on=all-bfd; };
-dependencies = { module=all-gdb; on=all-mmalloc; };
dependencies = { module=all-gdb; on=all-readline; };
dependencies = { module=all-gdb; on=all-bison; };
dependencies = { module=all-gdb; on=all-byacc; };