From: Reid Spencer Date: Sun, 14 Nov 2004 21:55:27 +0000 (+0000) Subject: Add the Archive library X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5544b5e50b859cff03fcace5b2ffbd1a7b5670da;p=oota-llvm.git Add the Archive library git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17764 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Bytecode/Makefile b/lib/Bytecode/Makefile index 60952ed252b..b31a245292f 100644 --- a/lib/Bytecode/Makefile +++ b/lib/Bytecode/Makefile @@ -8,7 +8,7 @@ ##===----------------------------------------------------------------------===## LEVEL = ../.. -PARALLEL_DIRS = Reader Writer +PARALLEL_DIRS = Reader Writer Archive include $(LEVEL)/Makefile.common