| Index: lib/Bitcode/NaCl/Makefile
|
| diff --git a/lib/MC/MCParser/Makefile b/lib/Bitcode/NaCl/Makefile
|
| similarity index 74%
|
| copy from lib/MC/MCParser/Makefile
|
| copy to lib/Bitcode/NaCl/Makefile
|
| index 4477757657c7fd544fa2d39c12c722d414ff979e..46ac6e49789d7321cbf021d29fef48d7c4ee40bb 100644
|
| --- a/lib/MC/MCParser/Makefile
|
| +++ b/lib/Bitcode/NaCl/Makefile
|
| @@ -1,4 +1,4 @@
|
| -##===- lib/MC/MCParser/Makefile ----------------------------*- Makefile -*-===##
|
| +##===- lib/Bitcode/NaCl/Makefile ---------------------------*- Makefile -*-===##
|
| #
|
| # The LLVM Compiler Infrastructure
|
| #
|
| @@ -8,8 +8,7 @@
|
| ##===----------------------------------------------------------------------===##
|
|
|
| LEVEL = ../../..
|
| -LIBRARYNAME = LLVMMCParser
|
| -BUILD_ARCHIVE := 1
|
| +PARALLEL_DIRS = Writer Reader Analysis TestUtils
|
|
|
| include $(LEVEL)/Makefile.common
|
|
|
|
|