[llvm-commits] CVS: llvm/lib/Target/X86/Makefile
Reid Spencer
reid at x10sys.com
Wed Apr 12 23:40:19 PDT 2006
Changes in directory llvm/lib/Target/X86:
Makefile updated: 1.25 -> 1.26
---
Log message:
Add the README files to the distribution.
---
Diffs of the changes: (+1 -0)
Makefile | 1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/Target/X86/Makefile
diff -u llvm/lib/Target/X86/Makefile:1.25 llvm/lib/Target/X86/Makefile:1.26
--- llvm/lib/Target/X86/Makefile:1.25 Thu Jan 26 03:53:06 2006
+++ llvm/lib/Target/X86/Makefile Thu Apr 13 01:39:24 2006
@@ -9,6 +9,7 @@
LEVEL = ../../..
LIBRARYNAME = LLVMX86
TARGET = X86
+EXTRA_DIST = README.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