X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=unittests%2FMakefile;h=d8bf1f8fffd3deebb777df05bcbf3851a4ac508f;hb=318b7cc7f10d41370929ff93274de29c11f87b81;hp=27afccf02e36e4c18f9ce2f8c9bb2969c63ef500;hpb=972cc0d54ac9ddbaa4d22a4f36db5269b3b4bbde;p=oota-llvm.git diff --git a/unittests/Makefile b/unittests/Makefile index 27afccf02e3..d8bf1f8fffd 100644 --- a/unittests/Makefile +++ b/unittests/Makefile @@ -9,7 +9,8 @@ LEVEL = .. -PARALLEL_DIRS = ADT ExecutionEngine Support Transforms VMCore Analysis Bitcode +PARALLEL_DIRS = ADT ExecutionEngine Support Transforms IR Analysis Bitcode \ + DebugInfo Object include $(LEVEL)/Makefile.common