aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile
index 593caafc8a..eac56ab215 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -42,8 +42,7 @@ check-local:: site.exp
endif
clean::
- $(RM) -rf `find $(LLVM_OBJ_ROOT)/test/Regression -name Output -type d -print`
- $(RM) -rf `find $(LLVM_OBJ_ROOT)/test/Feature -name Output -type d -print`
+ $(RM) -rf `find $(LLVM_OBJ_ROOT)/test -name Output -type d -print`
site.exp: Makefile $(LLVM_OBJ_ROOT)/Makefile.config
@echo 'Making a new site.exp file...'