don't build bcreader/bcwriter
authorChris Lattner <sabre@nondot.org>
Sun, 6 May 2007 09:30:31 +0000 (09:30 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 6 May 2007 09:30:31 +0000 (09:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36869 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Bytecode/Makefile

index b31a245292f3bae1821f3ae7256bb6cde37dfab1..ecb90479c7dd43b70926d7e3b1ff72631b980b2d 100644 (file)
@@ -8,7 +8,7 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../..
-PARALLEL_DIRS = Reader Writer Archive
+PARALLEL_DIRS = Archive
 
 include $(LEVEL)/Makefile.common