[llvm-commits] CVS: llvm/lib/Target/Makefile 
    Misha Brukman 
    brukman at cs.uiuc.edu
       
    Thu Aug  5 11:22:41 PDT 2004
    
    
  
Changes in directory llvm/lib/Target:
Makefile updated: 1.15 -> 1.16
---
Log message:
PowerPC is a real target now.
---
Diffs of the changes:  (+1 -1)
Index: llvm/lib/Target/Makefile
diff -u llvm/lib/Target/Makefile:1.15 llvm/lib/Target/Makefile:1.16
--- llvm/lib/Target/Makefile:1.15	Fri Jul 16 02:11:53 2004
+++ llvm/lib/Target/Makefile	Thu Aug  5 13:22:30 2004
@@ -7,7 +7,7 @@
 # 
 ##===----------------------------------------------------------------------===##
 LEVEL = ../..
-DIRS = CBackend X86 SparcV9 Skeleton
+DIRS = CBackend X86 SparcV9 PowerPC Skeleton
 LIBRARYNAME = target
 BUILD_ARCHIVE = 1
 
    
    
More information about the llvm-commits
mailing list