From: Misha Brukman Date: Thu, 28 Aug 2003 21:43:51 +0000 (+0000) Subject: Build llvm-as and llvm-dis as the upgrade path to renamed tools. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=231d64dd088a176954833b07400324821cb07705;p=oota-llvm.git Build llvm-as and llvm-dis as the upgrade path to renamed tools. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8192 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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