Build llvm-as and llvm-dis as the upgrade path to renamed tools.
authorMisha Brukman <brukman+llvm@gmail.com>
Thu, 28 Aug 2003 21:43:51 +0000 (21:43 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Thu, 28 Aug 2003 21:43:51 +0000 (21:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8192 91177308-0d34-0410-b5e6-96231b3b80d8

tools/Makefile

index db56a98b6ca192a9b8437cd547e2517e2b24953e..9e5635c82e2bac77494059c5a146f2288c53dd6a 100644 (file)
@@ -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