Updating Makefiles for new location in llvm/support.
[oota-llvm.git] / tools / Makefile
index aeccb939e3dc8851fb95f42e673af8d8ae950ef3..badd6659b50b4f5784d1cb787ad958afdea30b11 100644 (file)
@@ -1,5 +1,6 @@
-LEVEL = ..
-DIRS = as dis opt link gccas lli llc gccld analyze
+LEVEL := ..
+PARALLEL_DIRS := llvm-as llvm-dis opt gccas llc llvm-link lli gccld \
+                 analyze extract bugpoint llvm-ar
 
 include $(LEVEL)/Makefile.common