From: Chris Lattner Date: Sun, 6 May 2007 09:30:31 +0000 (+0000) Subject: don't build bcreader/bcwriter X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=beb4cb696d37f7c6114eaf2631a476c9abd2e5f4;p=oota-llvm.git don't build bcreader/bcwriter git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36869 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Bytecode/Makefile b/lib/Bytecode/Makefile index b31a245292f..ecb90479c7d 100644 --- a/lib/Bytecode/Makefile +++ b/lib/Bytecode/Makefile @@ -8,7 +8,7 @@ ##===----------------------------------------------------------------------===## LEVEL = ../.. -PARALLEL_DIRS = Reader Writer Archive +PARALLEL_DIRS = Archive include $(LEVEL)/Makefile.common