summaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-07-21 21:04:03 +0000
committerChris Lattner <sabre@nondot.org>2001-07-21 21:04:03 +0000
commitea1c7b6f7d9b14eb6124a7db904b0c322c5511ee (patch)
treecf78297b148d3aef60eb9b51fba7a2e323e60719 /lib/Makefile
parent7e583cfafeb07713e5ceadcfe28b70111a528d97 (diff)
downloadllvm-ea1c7b6f7d9b14eb6124a7db904b0c322c5511ee.tar.gz
llvm-ea1c7b6f7d9b14eb6124a7db904b0c322c5511ee.tar.bz2
llvm-ea1c7b6f7d9b14eb6124a7db904b0c322c5511ee.tar.xz
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
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 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