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 | |
| 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')
| -rw-r--r-- | llvm/lib/Makefile | 2 | ||||
| -rw-r--r-- | llvm/tools/Makefile | 2 | 
2 files changed, 2 insertions, 2 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 diff --git a/llvm/tools/Makefile b/llvm/tools/Makefile index 0b1d4df9ae8..c69e774d1c4 100644 --- a/llvm/tools/Makefile +++ b/llvm/tools/Makefile @@ -1,5 +1,5 @@  LEVEL = .. -DIRS = dis as opt analyze +DIRS = dis as opt analyze llc  include $(LEVEL)/Makefile.common  | 

