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

Chris Lattner lattner at cs.uiuc.edu
Wed Nov 20 14:18:01 PST 2002


Changes in directory llvm/lib/Target:

Makefile updated: 1.7 -> 1.8

---
Log message:

X86 target builds fine now


---
Diffs of the changes:

Index: llvm/lib/Target/Makefile
diff -u llvm/lib/Target/Makefile:1.7 llvm/lib/Target/Makefile:1.8
--- llvm/lib/Target/Makefile:1.7	Wed Nov 20 12:37:37 2002
+++ llvm/lib/Target/Makefile	Wed Nov 20 14:17:03 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