From: Ian Lance Taylor Date: Wed, 5 Nov 1997 17:29:21 +0000 (+0000) Subject: keep itcl even without keep-ide, since gdbtk needs it X-Git-Tag: gdb-4_18~4317 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f98c83ab99af6e4ffccaa0367eb9fc7cc2e30b68;p=platform%2Fupstream%2Fbinutils.git keep itcl even without keep-ide, since gdbtk needs it --- diff --git a/.Sanitize b/.Sanitize index cd20f4b..32ac840 100644 --- a/.Sanitize +++ b/.Sanitize @@ -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}"