| Index: lib/Bitcode/PNaCl/Makefile
|
| diff --git a/lib/ExecutionEngine/MCJIT/Makefile b/lib/Bitcode/PNaCl/Makefile
|
| similarity index 78%
|
| copy from lib/ExecutionEngine/MCJIT/Makefile
|
| copy to lib/Bitcode/PNaCl/Makefile
|
| index 967efbc0efa4f15544dfa4a3f1dfb44d5485a7d1..142e476d652f02e3d1a747d44f14538f1775376a 100644
|
| --- a/lib/ExecutionEngine/MCJIT/Makefile
|
| +++ b/lib/Bitcode/PNaCl/Makefile
|
| @@ -1,4 +1,4 @@
|
| -##===- lib/ExecutionEngine/MCJIT/Makefile ------------------*- Makefile -*-===##
|
| +##===- lib/Bitcode/PNaCl/Makefile --------------------------*- Makefile -*-===##
|
| #
|
| # The LLVM Compiler Infrastructure
|
| #
|
| @@ -8,6 +8,7 @@
|
| ##===----------------------------------------------------------------------===##
|
|
|
| LEVEL = ../../..
|
| -LIBRARYNAME = LLVMMCJIT
|
| +PARALLEL_DIRS = Writer
|
|
|
| include $(LEVEL)/Makefile.common
|
| +
|
|
|