diff options
author | Bob Wilson <bob.wilson@apple.com> | 2010-07-29 22:55:29 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2010-07-29 22:55:29 +0000 |
commit | a8ebd2e64f9e75558cf252ec6564bf5156be53b2 (patch) | |
tree | c2bd6ac53f678375b54a854ef7b30f07867bdc12 /unittests/Makefile | |
parent | 0e0a20eb3859affe4626ee75bd5cb32c033d73fb (diff) | |
download | external_llvm-a8ebd2e64f9e75558cf252ec6564bf5156be53b2.zip external_llvm-a8ebd2e64f9e75558cf252ec6564bf5156be53b2.tar.gz external_llvm-a8ebd2e64f9e75558cf252ec6564bf5156be53b2.tar.bz2 |
Remove the temporary hack, now that the llvm-i686-linux buildbot has
completed a successful build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109815 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Makefile')
-rw-r--r-- | unittests/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unittests/Makefile b/unittests/Makefile index 1f317fa..9f377cd 100644 --- a/unittests/Makefile +++ b/unittests/Makefile @@ -14,5 +14,4 @@ PARALLEL_DIRS = ADT ExecutionEngine Support Transforms VMCore include $(LEVEL)/Makefile.common clean:: - $(Verb) $(RM) -rf Analysis $(Verb) $(RM) -f *Tests |