| Index: lib/Transforms/NaCl/Makefile
|
| diff --git a/lib/Bitcode/Reader/Makefile b/lib/Transforms/NaCl/Makefile
|
| similarity index 77%
|
| copy from lib/Bitcode/Reader/Makefile
|
| copy to lib/Transforms/NaCl/Makefile
|
| index 59af8d53a73ea7b23431106caf80129c6439fa41..f297b753d7c999cbfd9a1d0d7248a870375cee4f 100644
|
| --- a/lib/Bitcode/Reader/Makefile
|
| +++ b/lib/Transforms/NaCl/Makefile
|
| @@ -1,4 +1,4 @@
|
| -##===- lib/Bitcode/Reader/Makefile -------------------------*- Makefile -*-===##
|
| +##===- lib/Transforms/NaCl/Makefile-------------------------*- Makefile -*-===##
|
| #
|
| # The LLVM Compiler Infrastructure
|
| #
|
| @@ -8,7 +8,7 @@
|
| ##===----------------------------------------------------------------------===##
|
|
|
| LEVEL = ../../..
|
| -LIBRARYNAME = LLVMBitReader
|
| +LIBRARYNAME = LLVMNaClTransforms
|
| BUILD_ARCHIVE = 1
|
|
|
| include $(LEVEL)/Makefile.common
|
|
|