aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen/SelectionDAG/Makefile')
-rw-r--r--lib/CodeGen/SelectionDAG/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/Makefile b/lib/CodeGen/SelectionDAG/Makefile
index d3fc5a9..85aafab 100644
--- a/lib/CodeGen/SelectionDAG/Makefile
+++ b/lib/CodeGen/SelectionDAG/Makefile
@@ -8,6 +8,6 @@
##===----------------------------------------------------------------------===##
LEVEL = ../../..
PARALLEL_DIRS =
-LIBRARYNAME = selectiondag
+LIBRARYNAME = LLVMSelectionDAG
include $(LEVEL)/Makefile.common