aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-15 04:55:22 +0000
committerChris Lattner <sabre@nondot.org>2003-08-15 04:55:22 +0000
commit79ba7c1aee433775f77fb5892b0aa764b39d8511 (patch)
tree09a3a7acb8791495a499423c3b35b6414c80e8ce /lib/CodeGen/SelectionDAG/Makefile
parent52cc7e2eddaeba4edf3332e1ec57855c64e271d3 (diff)
downloadexternal_llvm-79ba7c1aee433775f77fb5892b0aa764b39d8511.zip
external_llvm-79ba7c1aee433775f77fb5892b0aa764b39d8511.tar.gz
external_llvm-79ba7c1aee433775f77fb5892b0aa764b39d8511.tar.bz2
rename selection directory and library to SelectionDAG
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7877 91177308-0d34-0410-b5e6-96231b3b80d8
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 77fad10..7ee0355 100644
--- a/lib/CodeGen/SelectionDAG/Makefile
+++ b/lib/CodeGen/SelectionDAG/Makefile
@@ -1,5 +1,5 @@
LEVEL = ../../..
PARALLEL_DIRS =
-LIBRARYNAME = selection
+LIBRARYNAME = selectiondag
include $(LEVEL)/Makefile.common