Browse Source

keep itcl even without keep-ide, since gdbtk needs it

gdb-4_18-branch
Ian Lance Taylor 29 years ago
parent
commit
f98c83ab99
  1. 2
      .Sanitize

2
.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}"

Loading…
Cancel
Save