From: Reid Spencer Date: Sat, 28 Oct 2006 00:11:39 +0000 (+0000) Subject: Make sure all the readme files get distributed. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b9112019deb0f8bcd21027f01052315c8fa26698;p=oota-llvm.git Make sure all the readme files get distributed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31244 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/Makefile b/lib/Target/X86/Makefile index a793a9d00ea..adf916bee43 100644 --- a/lib/Target/X86/Makefile +++ b/lib/Target/X86/Makefile @@ -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 \