aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/buildit/GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/buildit/GNUmakefile b/utils/buildit/GNUmakefile
index 6e5131254c..e3b334a045 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"
#######################################################################