diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-03-31 21:53:15 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-03-31 21:53:15 +0000 |
commit | f46d03c51f9d580cfdd75dd20b96acaa51f7faa0 (patch) | |
tree | 4318ae4cfd5136842a5732f50d937cd16bc74a5d /.Sanitize | |
parent | 1ff39ecb10ddeb072a4cd38bb79f42c6fd178e2a (diff) | |
download | gdb-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-- | .Sanitize | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}" |