diff options
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/Makefile | 2 | ||||
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/Makefile b/llvm/lib/CodeGen/Makefile index cc72a03a16a..05453a36ef7 100644 --- a/llvm/lib/CodeGen/Makefile +++ b/llvm/lib/CodeGen/Makefile @@ -9,6 +9,6 @@ LEVEL = ../.. PARALLEL_DIRS = SelectionDAG -LIBRARYNAME = codegen +LIBRARYNAME = LLVMCodeGen include $(LEVEL)/Makefile.common diff --git a/llvm/lib/CodeGen/SelectionDAG/Makefile b/llvm/lib/CodeGen/SelectionDAG/Makefile index d3fc5a956ff..85aafab0b84 100644 --- a/llvm/lib/CodeGen/SelectionDAG/Makefile +++ b/llvm/lib/CodeGen/SelectionDAG/Makefile @@ -8,6 +8,6 @@ ##===----------------------------------------------------------------------===## LEVEL = ../../.. PARALLEL_DIRS = -LIBRARYNAME = selectiondag +LIBRARYNAME = LLVMSelectionDAG include $(LEVEL)/Makefile.common |

