From: Chris Lattner Date: Sat, 21 Jul 2001 21:04:03 +0000 (+0000) Subject: Make sure we build all of the code! X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ea1c7b6f7d9b14eb6124a7db904b0c322c5511ee;p=oota-llvm.git Make sure we build all of the code! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Makefile b/lib/Makefile index 3f6537a60ee..21a46794d87 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,5 +1,5 @@ LEVEL = .. -DIRS = VMCore Analysis Assembly Bytecode Optimizations CodeGen +DIRS = VMCore Analysis Assembly Bytecode Optimizations Support CodeGen include $(LEVEL)/Makefile.common diff --git a/tools/Makefile b/tools/Makefile index 0b1d4df9ae8..c69e774d1c4 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,5 +1,5 @@ LEVEL = .. -DIRS = dis as opt analyze +DIRS = dis as opt analyze llc include $(LEVEL)/Makefile.common