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

John Criswell criswell at cs.uiuc.edu
Thu Mar 18 11:49:01 PST 2004


Changes in directory llvm/lib/Target:

Makefile updated: 1.14 -> 1.14.2.1

---
Log message:

Removed PowerPC directory.



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

Index: llvm/lib/Target/Makefile
diff -u llvm/lib/Target/Makefile:1.14 llvm/lib/Target/Makefile:1.14.2.1
--- llvm/lib/Target/Makefile:1.14	Wed Mar 10 22:42:41 2004
+++ llvm/lib/Target/Makefile	Thu Mar 18 11:47:49 2004
@@ -7,7 +7,7 @@
 # 
 ##===----------------------------------------------------------------------===##
 LEVEL = ../..
-DIRS = CBackend X86 SparcV9 PowerPC
+DIRS = CBackend X86 SparcV9
 LIBRARYNAME = target
 BUILD_ARCHIVE = 1
 





More information about the llvm-commits mailing list