diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-14 21:55:27 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-14 21:55:27 +0000 |
commit | 044adab53a0f9cdcd4a63dff703182edae7ebf7e (patch) | |
tree | bbebd1d9c4c320aea93209d42f2a357be8a37e15 /llvm/lib/Bytecode | |
parent | c9e91ee004e2c59921e83a3ec48bc30526037372 (diff) | |
download | bcm5719-llvm-044adab53a0f9cdcd4a63dff703182edae7ebf7e.tar.gz bcm5719-llvm-044adab53a0f9cdcd4a63dff703182edae7ebf7e.zip |
Add the Archive library
llvm-svn: 17764
Diffstat (limited to 'llvm/lib/Bytecode')
-rw-r--r-- | llvm/lib/Bytecode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bytecode/Makefile b/llvm/lib/Bytecode/Makefile index 60952ed252b..b31a245292f 100644 --- a/llvm/lib/Bytecode/Makefile +++ b/llvm/lib/Bytecode/Makefile @@ -8,7 +8,7 @@ ##===----------------------------------------------------------------------===## LEVEL = ../.. -PARALLEL_DIRS = Reader Writer +PARALLEL_DIRS = Reader Writer Archive include $(LEVEL)/Makefile.common |