summaryrefslogtreecommitdiffstats
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
commit81cdf522c28bc335883f8ceef625ad41d5fdd8c8 (patch)
tree8b9b2ae6b15db84fd6ab41e46f8b087d762f77ad /Makefile.def
parentecb908f699a0de17c82057787f75e34090d39325 (diff)
downloadcygnal-81cdf522c28bc335883f8ceef625ad41d5fdd8c8.tar.gz
cygnal-81cdf522c28bc335883f8ceef625ad41d5fdd8c8.tar.bz2
cygnal-81cdf522c28bc335883f8ceef625ad41d5fdd8c8.zip
* 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 035def58c..dc7d61291 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; };