[llvm-commits] CVS: llvm/lib/Target/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Fri Jul 16 00:12:04 PDT 2004
Changes in directory llvm/lib/Target:
Makefile updated: 1.14 -> 1.15
---
Log message:
Build the skeleton target
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/Target/Makefile
diff -u llvm/lib/Target/Makefile:1.14 llvm/lib/Target/Makefile:1.15
--- llvm/lib/Target/Makefile:1.14 Wed Mar 10 22:42:41 2004
+++ llvm/lib/Target/Makefile Fri Jul 16 02:11:53 2004
@@ -7,7 +7,7 @@
#
##===----------------------------------------------------------------------===##
LEVEL = ../..
-DIRS = CBackend X86 SparcV9 PowerPC
+DIRS = CBackend X86 SparcV9 Skeleton
LIBRARYNAME = target
BUILD_ARCHIVE = 1
More information about the llvm-commits
mailing list