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 | e696d62ce30561de659817e8788d12043afbc79b (patch) | |
| tree | 1c605eb3375d5c6cf869a83bee556a8d51b537ba /llvm/lib | |
| parent | dd511760d9117d26dd986410e01684d1d0d1b34b (diff) | |
| download | bcm5719-llvm-e696d62ce30561de659817e8788d12043afbc79b.tar.gz bcm5719-llvm-e696d62ce30561de659817e8788d12043afbc79b.zip | |
Make sure we build all of the code!
llvm-svn: 254
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Makefile b/llvm/lib/Makefile index 3f6537a60ee..21a46794d87 100644 --- a/llvm/lib/Makefile +++ b/llvm/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 |

