From ea1c7b6f7d9b14eb6124a7db904b0c322c5511ee Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 21 Jul 2001 21:04:03 +0000 Subject: 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 --- lib/Makefile | 2 +- tools/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Makefile b/lib/Makefile index 3f6537a60e..21a46794d8 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 0b1d4df9ae..c69e774d1c 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 -- cgit v1.2.3