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

Chris Lattner lattner at cs.uiuc.edu
Wed Nov 20 12:38:00 PST 2002


Changes in directory llvm/lib/Target:

Makefile updated: 1.6 -> 1.7

---
Log message:

Don't build X86 target yet


---
Diffs of the changes:

Index: llvm/lib/Target/Makefile
diff -u llvm/lib/Target/Makefile:1.6 llvm/lib/Target/Makefile:1.7
--- llvm/lib/Target/Makefile:1.6	Tue Oct 29 14:29:34 2002
+++ llvm/lib/Target/Makefile	Wed Nov 20 12:37:37 2002
@@ -1,5 +1,5 @@
 LEVEL = ../..
-DIRS = Sparc X86
+DIRS = Sparc #X86
 LIBRARYNAME = target
 BUILD_ARCHIVE = 1
 





More information about the llvm-commits mailing list