[llvm-commits] CVS: llvm/lib/Target/Makefile

Brian Gaeke gaeke at cs.uiuc.edu
Wed Jan 21 15:17:01 PST 2004


Changes in directory llvm/lib/Target:

Makefile updated: 1.9 -> 1.10

---
Log message:

Build the PowerPC directory, so it is less likely to bit-rot (again)

---
Diffs of the changes:  (+1 -1)

Index: llvm/lib/Target/Makefile
diff -u llvm/lib/Target/Makefile:1.9 llvm/lib/Target/Makefile:1.10
--- llvm/lib/Target/Makefile:1.9	Mon Oct 20 17:26:56 2003
+++ llvm/lib/Target/Makefile	Wed Jan 21 15:16:10 2004
@@ -7,7 +7,7 @@
 # 
 ##===----------------------------------------------------------------------===##
 LEVEL = ../..
-DIRS = Sparc X86
+DIRS = Sparc X86 PowerPC
 LIBRARYNAME = target
 BUILD_ARCHIVE = 1
 





More information about the llvm-commits mailing list