[llvm-commits] CVS: llvm/lib/Target/Makefile
Brian Gaeke
gaeke at cs.uiuc.edu
Wed Mar 10 22:43:01 PST 2004
Changes in directory llvm/lib/Target:
Makefile updated: 1.13 -> 1.14
---
Log message:
Remove ghostly directory from the build
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/Target/Makefile
diff -u llvm/lib/Target/Makefile:1.13 llvm/lib/Target/Makefile:1.14
--- llvm/lib/Target/Makefile:1.13 Sat Feb 28 13:54:00 2004
+++ llvm/lib/Target/Makefile Wed Mar 10 22:42:41 2004
@@ -7,7 +7,7 @@
#
##===----------------------------------------------------------------------===##
LEVEL = ../..
-DIRS = CBackend X86 SparcV9 SparcV8 PowerPC
+DIRS = CBackend X86 SparcV9 PowerPC
LIBRARYNAME = target
BUILD_ARCHIVE = 1
More information about the llvm-commits
mailing list