diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-11-05 17:29:21 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-11-05 17:29:21 +0000 |
commit | f98c83ab99af6e4ffccaa0367eb9fc7cc2e30b68 (patch) | |
tree | 5bd720c567b5144f73d4e72080ab0eb3e1136962 /.Sanitize | |
parent | 44b8585a3ddff6977da58ee6debc831292a8aa23 (diff) | |
download | binutils-f98c83ab99af6e4ffccaa0367eb9fc7cc2e30b68.zip binutils-f98c83ab99af6e4ffccaa0367eb9fc7cc2e30b68.tar.gz binutils-f98c83ab99af6e4ffccaa0367eb9fc7cc2e30b68.tar.bz2 |
keep itcl even without keep-ide, since gdbtk needs it
Diffstat (limited to '.Sanitize')
-rw-r--r-- | .Sanitize | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -106,7 +106,7 @@ else keep_these_too="${keep_these_too} ${inet_files}" fi -ide_files="itcl libide vmake" +ide_files="libide vmake" if (echo $* | grep keep\-ide > /dev/null); then keep_these_too="${keep_these_too} ${ide_files}" |