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

Brian Gaeke gaeke at cs.uiuc.edu
Wed Feb 25 13:12:34 PST 2004


Changes in directory llvm/lib/Target:

Makefile updated: 1.11 -> 1.12

---
Log message:

Great renaming part II: Sparc --> SparcV9 (also includes command-line options and Makefiles)

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

Index: llvm/lib/Target/Makefile
diff -u llvm/lib/Target/Makefile:1.11 llvm/lib/Target/Makefile:1.12
--- llvm/lib/Target/Makefile:1.11	Fri Feb 13 17:29:20 2004
+++ llvm/lib/Target/Makefile	Wed Feb 25 13:08:11 2004
@@ -7,7 +7,7 @@
 # 
 ##===----------------------------------------------------------------------===##
 LEVEL = ../..
-DIRS = CBackend X86 Sparc PowerPC
+DIRS = CBackend X86 SparcV9 PowerPC
 LIBRARYNAME = target
 BUILD_ARCHIVE = 1
 





More information about the llvm-commits mailing list