[llvm-commits] CVS: llvm/lib/CodeGen/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Mon Sep 1 15:35:00 PDT 2003
Changes in directory llvm/lib/CodeGen:
Makefile updated: 1.13 -> 1.14
---
Log message:
Don't build dead directories
---
Diffs of the changes:
Index: llvm/lib/CodeGen/Makefile
diff -u llvm/lib/CodeGen/Makefile:1.13 llvm/lib/CodeGen/Makefile:1.14
--- llvm/lib/CodeGen/Makefile:1.13 Thu Aug 14 23:55:20 2003
+++ llvm/lib/CodeGen/Makefile Mon Sep 1 15:34:15 2003
@@ -1,5 +1,5 @@
LEVEL = ../..
-PARALLEL_DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts SelectionDAG
+PARALLEL_DIRS = InstrSelection InstrSched RegAlloc SelectionDAG
LIBRARYNAME = codegen
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list