summaryrefslogtreecommitdiff
path: root/lib/Bytecode
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-05-06 09:30:31 +0000
committerChris Lattner <sabre@nondot.org>2007-05-06 09:30:31 +0000
commitbeb4cb696d37f7c6114eaf2631a476c9abd2e5f4 (patch)
tree0f032aca2b2689b08c543fb96f2d5323e61aa6ab /lib/Bytecode
parent44dadffe4bd58ab32961ca5fe537e8ba69c09243 (diff)
don't build bcreader/bcwriter
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36869 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bytecode')
-rw-r--r--lib/Bytecode/Makefile2
1 files changed, 1 insertions, 1 deletions
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