diff --git a/utils/buildit/GNUmakefile b/utils/buildit/GNUmakefile index 6e5131254cb..e3b334a045d 100644 --- a/utils/buildit/GNUmakefile +++ b/utils/buildit/GNUmakefile @@ -85,6 +85,7 @@ installsrc: -type f -a -name .DS_Store -o \ -name \*~ -o -name .\#\* \) \ -exec rm -rf {} \; + rm -rf "$(SRCROOT)/test" #######################################################################