[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Thu Aug 14 23:56:07 PDT 2003
Changes in directory llvm/lib/CodeGen/SelectionDAG:
Makefile updated: 1.1 -> 1.2
---
Log message:
rename selection directory and library to SelectionDAG
---
Diffs of the changes:
Index: llvm/lib/CodeGen/SelectionDAG/Makefile
diff -u llvm/lib/CodeGen/SelectionDAG/Makefile:1.1 llvm/lib/CodeGen/SelectionDAG/Makefile:1.2
--- llvm/lib/CodeGen/SelectionDAG/Makefile:1.1 Mon Aug 11 09:57:33 2003
+++ llvm/lib/CodeGen/SelectionDAG/Makefile Thu Aug 14 23:55:22 2003
@@ -1,5 +1,5 @@
LEVEL = ../../..
PARALLEL_DIRS =
-LIBRARYNAME = selection
+LIBRARYNAME = selectiondag
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list