[llvm-commits] CVS: llvm/lib/CodeGen/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Wed Jun 2 01:11:08 PDT 2004
Changes in directory llvm/lib/CodeGen:
Makefile updated: 1.18 -> 1.19
---
Log message:
Oops, this was not to go in
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/CodeGen/Makefile
diff -u llvm/lib/CodeGen/Makefile:1.18 llvm/lib/CodeGen/Makefile:1.19
--- llvm/lib/CodeGen/Makefile:1.18 Wed Jun 2 00:57:12 2004
+++ llvm/lib/CodeGen/Makefile Wed Jun 2 01:06:45 2004
@@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
-#PARALLEL_DIRS = InstrSched SelectionDAG
+PARALLEL_DIRS = InstrSched SelectionDAG
LIBRARYNAME = codegen
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list