From f98c83ab99af6e4ffccaa0367eb9fc7cc2e30b68 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 5 Nov 1997 17:29:21 +0000 Subject: [PATCH] keep itcl even without keep-ide, since gdbtk needs it --- .Sanitize | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- 2.7.4