Make sure we build all of the code!
authorChris Lattner <sabre@nondot.org>
Sat, 21 Jul 2001 21:04:03 +0000 (21:04 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 21 Jul 2001 21:04:03 +0000 (21:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Makefile
tools/Makefile

index 3f6537a60ee551a634d0a938b180e870046c0167..21a46794d871411401d0aa65771b0ecae737f537 100644 (file)
@@ -1,5 +1,5 @@
 LEVEL = ..
-DIRS = VMCore Analysis Assembly Bytecode Optimizations CodeGen
+DIRS = VMCore Analysis Assembly Bytecode Optimizations Support CodeGen
 
 include $(LEVEL)/Makefile.common
 
index 0b1d4df9ae8406819ff2a3c9eddd46b4112278e7..c69e774d1c442b5d17755ea0180a3f322c02a00e 100644 (file)
@@ -1,5 +1,5 @@
 LEVEL = ..
-DIRS = dis as opt analyze
+DIRS = dis as opt analyze llc
 
 include $(LEVEL)/Makefile.common