X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=tools%2FMakefile;h=db56a98b6ca192a9b8437cd547e2517e2b24953e;hb=9fff7e194a2d8aa3abe92efa506b1fbe83583f53;hp=c69e774d1c442b5d17755ea0180a3f322c02a00e;hpb=ea1c7b6f7d9b14eb6124a7db904b0c322c5511ee;p=oota-llvm.git diff --git a/tools/Makefile b/tools/Makefile index c69e774d1c4..db56a98b6ca 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,5 +1,5 @@ -LEVEL = .. -DIRS = dis as opt analyze llc +LEVEL := .. +PARALLEL_DIRS := as dis opt gccas llc link lli gccld analyze extract bugpoint include $(LEVEL)/Makefile.common