aboutsummaryrefslogtreecommitdiff
path: root/.Sanitize
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-03-31 21:53:15 +0000
committerIan Lance Taylor <ian@airs.com>1998-03-31 21:53:15 +0000
commitf46d03c51f9d580cfdd75dd20b96acaa51f7faa0 (patch)
tree4318ae4cfd5136842a5732f50d937cd16bc74a5d /.Sanitize
parent1ff39ecb10ddeb072a4cd38bb79f42c6fd178e2a (diff)
downloadgdb-f46d03c51f9d580cfdd75dd20b96acaa51f7faa0.zip
gdb-f46d03c51f9d580cfdd75dd20b96acaa51f7faa0.tar.gz
gdb-f46d03c51f9d580cfdd75dd20b96acaa51f7faa0.tar.bz2
* Makefile.in: Add libidetcl, like libide.
(all-libide): Remove dependencies on all-tcl, all-tk, all-itcl, all-ilu. * configure.IN: Add libidetcl, like libide. * configure (GDB_TK): If enable_ide, add all-libidetcl.
Diffstat (limited to '.Sanitize')
-rw-r--r--.Sanitize2
1 files changed, 1 insertions, 1 deletions
diff --git a/.Sanitize b/.Sanitize
index 62784ff..0aaa828 100644
--- a/.Sanitize
+++ b/.Sanitize
@@ -108,7 +108,7 @@ else
keep_these_too="${keep_these_too} ${inet_files}"
fi
-ide_files="libide vmake jstools"
+ide_files="libide libidetcl vmake jstools"
if (echo $* | grep keep\-ide > /dev/null); then
keep_these_too="${keep_these_too} ${ide_files}"