@@ -202,10 +202,17 @@ echo 'source installvfs.tcl' >> setup.tcl echo 'Running: echo | ./runkit' echo | ./runkit setup.tcl fi + + # Cleanup + if [ "${KITTARGET}" = "kitdll" ]; then + ## Remove built interpreters if we are building KitDLL -- + ## they're just tiny stubs anyway + rm -f kit runkit + fi exit 0 ) || exit 1 exit 0