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