From: Bob Wilson Date: Thu, 29 Jul 2010 22:55:29 +0000 (+0000) Subject: Remove the temporary hack, now that the llvm-i686-linux buildbot has X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a8ebd2e64f9e75558cf252ec6564bf5156be53b2;p=oota-llvm.git 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 --- diff --git a/unittests/Makefile b/unittests/Makefile index 1f317fa112f..9f377cd744c 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