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

Reid Spencer reid at x10sys.com
Fri Oct 27 17:11:53 PDT 2006



Changes in directory llvm/lib/Target/X86:

Makefile updated: 1.29 -> 1.30
---
Log message:

Make sure all the readme files get distributed.


---
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.29 llvm/lib/Target/X86/Makefile:1.30
--- llvm/lib/Target/X86/Makefile:1.29	Fri Oct  6 04:17:41 2006
+++ llvm/lib/Target/X86/Makefile	Fri Oct 27 19:11:39 2006
@@ -9,7 +9,7 @@
 LEVEL = ../../..
 LIBRARYNAME = LLVMX86
 TARGET = X86
-EXTRA_DIST = README.txt
+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