[llvm-commits] CVS: llvm/lib/Target/X86/Makefile
Chris Lattner
sabre at nondot.org
Fri Oct 27 17:48:41 PDT 2006
Changes in directory llvm/lib/Target/X86:
Makefile updated: 1.30 -> 1.31
---
Log message:
don't distribute internal readme's
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/X86/Makefile
diff -u llvm/lib/Target/X86/Makefile:1.30 llvm/lib/Target/X86/Makefile:1.31
--- llvm/lib/Target/X86/Makefile:1.30 Fri Oct 27 19:11:39 2006
+++ llvm/lib/Target/X86/Makefile Fri Oct 27 19:48:27 2006
@@ -9,7 +9,7 @@
LEVEL = ../../..
LIBRARYNAME = LLVMX86
TARGET = X86
-EXTRA_DIST = README.txt README-FPStack.txt README-SSE.txt README-X86-64.txt
+
# Make sure that tblgen is run, first thing.
BUILT_SOURCES = X86GenRegisterInfo.h.inc X86GenRegisterNames.inc \
X86GenRegisterInfo.inc X86GenInstrNames.inc \
More information about the llvm-commits
mailing list