Update PPC readme. Remove things that are done or aren't ppc specific
[oota-llvm.git] / lib / CodeGen / Makefile
index e5c81e819326e8f06d054d370f2ba38bd5669057..05453a36ef7d025c450fd9fa6ab0779b553140c9 100644 (file)
@@ -1,4 +1,4 @@
-##===- lib/CodeGen/Makefile ------------------------------*- Makefile -*-===##
+##===- lib/CodeGen/Makefile --------------------------------*- Makefile -*-===##
 # 
 #                     The LLVM Compiler Infrastructure
 #
@@ -6,8 +6,9 @@
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
+
 LEVEL = ../..
-PARALLEL_DIRS = InstrSelection InstrSched SelectionDAG
-LIBRARYNAME = codegen
+PARALLEL_DIRS = SelectionDAG
+LIBRARYNAME = LLVMCodeGen
 
 include $(LEVEL)/Makefile.common