X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=unittests%2FMakefile;h=06ba93243e38557f395035825aaf41fce5ea9550;hb=57a964bc635359b97340b57510df4ebaf506806b;hp=71ba552326678919f4ad2ca63d05f10d17c57a5c;hpb=f2ca4cb86df1d38c439f35774210b16f36841531;p=oota-llvm.git diff --git a/unittests/Makefile b/unittests/Makefile index 71ba5523266..06ba93243e3 100644 --- a/unittests/Makefile +++ b/unittests/Makefile @@ -9,7 +9,8 @@ LEVEL = .. -PARALLEL_DIRS = ADT ExecutionEngine Support System Transforms VMCore Analysis +PARALLEL_DIRS = ADT Analysis Bitcode CodeGen DebugInfo ExecutionEngine IR \ + MC Object Option Support Transforms include $(LEVEL)/Makefile.common