diff --git a/hack/make.sh b/hack/make.sh index 0db70a750e..118d4327f5 100755 --- a/hack/make.sh +++ b/hack/make.sh @@ -265,9 +265,6 @@ main() { bundle $SCRIPTDIR/make/$bundle echo done - - # if we get all the way through successfully, let's delete our autogenerated code! - rm -r autogen } main "$@"