X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FMakefile;h=26f98caf3bd7fbaa1804203da1eff96b04b3ea6d;hb=1d33bb310865528f5b1a303e33891366457bc0ef;hp=7a05dfd133a4395f900e2701000c6b7045219645;hpb=dd1aac36a190c977cfd5433816fb78ed36c7101c;p=oota-llvm.git diff --git a/lib/Makefile b/lib/Makefile index 7a05dfd133a..26f98caf3bd 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -8,8 +8,8 @@ ##===----------------------------------------------------------------------===## LEVEL = .. -PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode CodeGen Target \ - ExecutionEngine Debugger Linker +PARALLEL_DIRS = VMCore AsmParser Bytecode Bitcode Analysis Transforms CodeGen \ + Target ExecutionEngine Debugger Linker include $(LEVEL)/Makefile.common