summaryrefslogtreecommitdiff
path: root/unittests/Makefile
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2010-07-29 22:33:35 +0000
committerBob Wilson <bob.wilson@apple.com>2010-07-29 22:33:35 +0000
commit575be08e8a52226f8468d8dc78a5bbea273148c5 (patch)
tree1578061c1d8008d9991312c2f16966af3d36e941 /unittests/Makefile
parent0e2b7de10ff34172c6b0a3155103be0d5eca49de (diff)
Fix the temporary hack.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109810 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Makefile')
-rw-r--r--unittests/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/unittests/Makefile b/unittests/Makefile
index 77e0abebe21..1f317fa112f 100644
--- a/unittests/Makefile
+++ b/unittests/Makefile
@@ -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