diff options
| author | Bob Wilson <bob.wilson@apple.com> | 2010-07-29 22:33:35 +0000 |
|---|---|---|
| committer | Bob Wilson <bob.wilson@apple.com> | 2010-07-29 22:33:35 +0000 |
| commit | f2903999b3e652a2560919c16c100ff6ec6e5f4c (patch) | |
| tree | 9061ea83ca7e2da765a1802c3eec7997b1067792 /llvm | |
| parent | 79bd45ee1f7528f699c9bdf5579934b6d1a10606 (diff) | |
| download | bcm5719-llvm-f2903999b3e652a2560919c16c100ff6ec6e5f4c.tar.gz bcm5719-llvm-f2903999b3e652a2560919c16c100ff6ec6e5f4c.zip | |
Fix the temporary hack.
llvm-svn: 109810
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/unittests/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/unittests/Makefile b/llvm/unittests/Makefile index 77e0abebe21..1f317fa112f 100644 --- a/llvm/unittests/Makefile +++ b/llvm/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 |

