diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-12-13 22:59:14 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-12-13 22:59:14 +0000 |
commit | 54103d1ef8001e9d72e96b75d1227bdfe93f83cc (patch) | |
tree | d10b5212427434b1ae0853130ccdc4354febc8c2 /Makefile.def | |
parent | b87efeee0c8edb62a6877ed9b78198b7b66d8c04 (diff) | |
download | gdb-54103d1ef8001e9d72e96b75d1227bdfe93f83cc.zip gdb-54103d1ef8001e9d72e96b75d1227bdfe93f83cc.tar.gz gdb-54103d1ef8001e9d72e96b75d1227bdfe93f83cc.tar.bz2 |
2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
* configure.in, Makefile.tpl, Makefile.def: Remove tclX.
* Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.def')
-rw-r--r-- | Makefile.def | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.def b/Makefile.def index 80c270b..b27b071 100644 --- a/Makefile.def +++ b/Makefile.def @@ -66,7 +66,6 @@ host_modules= { module= zlib; no_install=true; no_check=true; }; host_modules= { module= gdb; with_x=true; }; host_modules= { module= expect; with_x=true; }; host_modules= { module= guile; with_x=true; }; -host_modules= { module= tclX; with_x=true; }; host_modules= { module= tk; with_x=true; }; host_modules= { module= tix; with_x=true; }; host_modules= { module= libtermcap; no_check=true; no_clean=true; }; |