[llvm-commits] CVS: llvm/lib/Target/Makefile
    Chris Lattner 
    lattner at cs.uiuc.edu
       
    Fri Feb 13 17:30:01 PST 2004
    
    
  
Changes in directory llvm/lib/Target:
Makefile updated: 1.10 -> 1.11
---
Log message:
CBackend now lives here
---
Diffs of the changes:  (+1 -1)
Index: llvm/lib/Target/Makefile
diff -u llvm/lib/Target/Makefile:1.10 llvm/lib/Target/Makefile:1.11
--- llvm/lib/Target/Makefile:1.10	Wed Jan 21 15:16:10 2004
+++ llvm/lib/Target/Makefile	Fri Feb 13 17:29:20 2004
@@ -7,7 +7,7 @@
 # 
 ##===----------------------------------------------------------------------===##
 LEVEL = ../..
-DIRS = Sparc X86 PowerPC
+DIRS = CBackend X86 Sparc PowerPC
 LIBRARYNAME = target
 BUILD_ARCHIVE = 1
 
    
    
More information about the llvm-commits
mailing list