Fix the temporary hack.
[oota-llvm.git] / unittests / Makefile
index 77e0abebe21d286497c797211955f9f21b9e2d01..1f317fa112f00d14d243d266855fcdce6ba7e727 100644 (file)
@@ -14,4 +14,5 @@ PARALLEL_DIRS = ADT ExecutionEngine Support Transforms VMCore
 include $(LEVEL)/Makefile.common
 
 clean::
-       $(Verb) $(RM) -f *Tests Analysis
+       $(Verb) $(RM) -rf Analysis
+       $(Verb) $(RM) -f *Tests