| Index: lib/Bitcode/PNaCl/Writer/Makefile
|
| diff --git a/lib/Analysis/IPA/Makefile b/lib/Bitcode/PNaCl/Writer/Makefile
|
| similarity index 73%
|
| copy from lib/Analysis/IPA/Makefile
|
| copy to lib/Bitcode/PNaCl/Writer/Makefile
|
| index b850c9ff7f4444825661b3e368707c3d51c40e8d..33b5723f0b0c77b0e8dedfe3e3fc6a5c19167f58 100644
|
| --- a/lib/Analysis/IPA/Makefile
|
| +++ b/lib/Bitcode/PNaCl/Writer/Makefile
|
| @@ -1,4 +1,4 @@
|
| -##===- lib/Analysis/IPA/Makefile ---------------------------*- Makefile -*-===##
|
| +##===- lib/Bitcode/PNaCl/writer/Makefile -------------------*- Makefile -*-===##
|
| #
|
| # The LLVM Compiler Infrastructure
|
| #
|
| @@ -7,8 +7,8 @@
|
| #
|
| ##===----------------------------------------------------------------------===##
|
|
|
| -LEVEL = ../../..
|
| -LIBRARYNAME = LLVMipa
|
| +LEVEL = ../../../..
|
| +LIBRARYNAME = LLVMPNaCLBitWriter
|
| BUILD_ARCHIVE = 1
|
|
|
| include $(LEVEL)/Makefile.common
|
|
|