| Index: lib/Target/PNaCl/Makefile
|
| diff --git a/lib/Bitcode/Reader/Makefile b/lib/Target/PNaCl/Makefile
|
| similarity index 69%
|
| copy from lib/Bitcode/Reader/Makefile
|
| copy to lib/Target/PNaCl/Makefile
|
| index 59af8d53a73ea7b23431106caf80129c6439fa41..dd6ee5eaa47328a80e394a0846681c8245f97afb 100644
|
| --- a/lib/Bitcode/Reader/Makefile
|
| +++ b/lib/Target/PNaCl/Makefile
|
| @@ -1,4 +1,4 @@
|
| -##===- lib/Bitcode/Reader/Makefile -------------------------*- Makefile -*-===##
|
| +##===- lib/Target/PNaCl/Makefile ---------------------------*- Makefile -*-===##
|
| #
|
| # The LLVM Compiler Infrastructure
|
| #
|
| @@ -8,8 +8,9 @@
|
| ##===----------------------------------------------------------------------===##
|
|
|
| LEVEL = ../../..
|
| -LIBRARYNAME = LLVMBitReader
|
| -BUILD_ARCHIVE = 1
|
| +LIBRARYNAME = LLVMPNaClCodeGen
|
| +TARGET = PNaCl
|
|
|
| -include $(LEVEL)/Makefile.common
|
| +DIRS = TargetInfo MCTargetDesc
|
|
|
| +include $(LEVEL)/Makefile.common
|
|
|