diff options
author | Chris Lattner <sabre@nondot.org> | 2001-07-21 21:04:03 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-07-21 21:04:03 +0000 |
commit | ea1c7b6f7d9b14eb6124a7db904b0c322c5511ee (patch) | |
tree | cf78297b148d3aef60eb9b51fba7a2e323e60719 /lib | |
parent | 7e583cfafeb07713e5ceadcfe28b70111a528d97 (diff) | |
download | external_llvm-ea1c7b6f7d9b14eb6124a7db904b0c322c5511ee.zip external_llvm-ea1c7b6f7d9b14eb6124a7db904b0c322c5511ee.tar.gz external_llvm-ea1c7b6f7d9b14eb6124a7db904b0c322c5511ee.tar.bz2 |
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')
-rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index 3f6537a..21a4679 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 |