aboutsummaryrefslogtreecommitdiff
path: root/Makefile.def
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2005-11-11 21:45:22 +0000
committerDaniel Jacobowitz <drow@false.org>2005-11-11 21:45:22 +0000
commit907be67c7e42084cb4cfa899169649a287adbf6d (patch)
treed3f5837d1d3a19253b94d2a92e789197d3930287 /Makefile.def
parentca9d4aead9bd3c79a02510bdf93ed8cd649bec45 (diff)
downloadgdb-907be67c7e42084cb4cfa899169649a287adbf6d.zip
gdb-907be67c7e42084cb4cfa899169649a287adbf6d.tar.gz
gdb-907be67c7e42084cb4cfa899169649a287adbf6d.tar.bz2
* Makefile.def: Remove gdb dependencies for gdbtk.
* Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables. (configure-gdb, install-gdb): New rules. * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK. * Makefile.in, configure: Regenerated.
Diffstat (limited to 'Makefile.def')
-rw-r--r--Makefile.def7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile.def b/Makefile.def
index 035def5..dc7d612 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -275,9 +275,6 @@ dependencies = { module=all-fixincludes; on=all-libiberty; };
dependencies = { module=all-gnattools; on=all-target-libada; };
// Host modules specific to gdb.
-dependencies = { module=configure-gdb; on=configure-itcl; };
-dependencies = { module=configure-gdb; on=configure-tcl; };
-dependencies = { module=configure-gdb; on=configure-tk; };
dependencies = { module=configure-gdb; on=configure-sim; };
dependencies = { module=all-gdb; on=all-libiberty; };
dependencies = { module=all-gdb; on=all-opcodes; };
@@ -286,10 +283,6 @@ dependencies = { module=all-gdb; on=all-readline; };
dependencies = { module=all-gdb; on=all-build-bison; };
dependencies = { module=all-gdb; on=all-build-byacc; };
dependencies = { module=all-gdb; on=all-sim; };
-dependencies = { module=install-gdb; on=install-tcl; };
-dependencies = { module=install-gdb; on=install-tk; };
-dependencies = { module=install-gdb; on=install-itcl; };
-dependencies = { module=install-gdb; on=install-libgui; };
dependencies = { module=configure-libgui; on=configure-tcl; };
dependencies = { module=configure-libgui; on=configure-tk; };