diff --git a/tools/Makefile b/tools/Makefile index db56a98b6ca..9e5635c82e2 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,5 +1,6 @@ LEVEL := .. -PARALLEL_DIRS := as dis opt gccas llc link lli gccld analyze extract bugpoint +PARALLEL_DIRS := as llvm-as dis llvm-dis opt gccas llc link lli gccld \ + analyze extract bugpoint include $(LEVEL)/Makefile.common