[llvm-branch-commits] [llvm-branch] r130413 - /llvm/branches/Apple/Morbo/unittests/Makefile

Stuart Hastings stuart at apple.com
Thu Apr 28 11:07:33 PDT 2011


Author: stuart
Date: Thu Apr 28 13:07:33 2011
New Revision: 130413

URL: http://llvm.org/viewvc/llvm-project?rev=130413&view=rev
Log:
Unbreak Morbo build.

Modified:
    llvm/branches/Apple/Morbo/unittests/Makefile

Modified: llvm/branches/Apple/Morbo/unittests/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Morbo/unittests/Makefile?rev=130413&r1=130412&r2=130413&view=diff
==============================================================================
--- llvm/branches/Apple/Morbo/unittests/Makefile (original)
+++ llvm/branches/Apple/Morbo/unittests/Makefile Thu Apr 28 13:07:33 2011
@@ -9,7 +9,7 @@
 
 LEVEL = ..
 
-PARALLEL_DIRS = ADT ExecutionEngine Support Transforms VMCore Analysis
+PARALLEL_DIRS = ADT ExecutionEngine Support Transforms VMCore
 
 include $(LEVEL)/Makefile.common
 





More information about the llvm-branch-commits mailing list