Skip to content

Commit 9857229

Browse files
author
Reid Spencer
committed
Add the README files to the distribution.
llvm-svn: 27651
1 parent 56fdf9e commit 9857229

File tree

6 files changed

+6
-1
lines changed

6 files changed

+6
-1
lines changed

llvm/lib/Debugger/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99

1010
LEVEL = ../..
1111
LIBRARYNAME = LLVMDebugger
12+
EXTRA_DIST = README.txt
1213

1314
include $(LEVEL)/Makefile.common

llvm/lib/System/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ LEVEL = ../..
1111
LIBRARYNAME = LLVMSystem
1212
BUILD_ARCHIVE = 1
1313

14-
EXTRA_DIST = Unix Win32
14+
EXTRA_DIST = Unix Win32 README.txt
1515

1616
include $(LEVEL)/Makefile.common

llvm/lib/Target/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
LEVEL = ../..
1111
LIBRARYNAME = LLVMTarget
1212
BUILD_ARCHIVE = 1
13+
EXTRA_DIST = README.txt
1314

1415
# We include this early so we can access the value of TARGETS_TO_BUILD as the
1516
# value for PARALLEL_DIRS which must be set before Makefile.rules is included

llvm/lib/Target/PowerPC/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
LEVEL = ../../..
1010
LIBRARYNAME = LLVMPowerPC
1111
TARGET = PPC
12+
EXTRA_DIST = README.txt README_ALTIVEC.txt
1213

1314
# Make sure that tblgen is run, first thing.
1415
BUILT_SOURCES = PPCGenInstrNames.inc PPCGenRegisterNames.inc \

llvm/lib/Target/Sparc/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
LEVEL = ../../..
1010
LIBRARYNAME = LLVMSparc
1111
TARGET = Sparc
12+
EXTRA_DIST = README.txt
1213

1314
# Make sure that tblgen is run, first thing.
1415
BUILT_SOURCES = SparcGenRegisterInfo.h.inc SparcGenRegisterNames.inc \

llvm/lib/Target/X86/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
LEVEL = ../../..
1010
LIBRARYNAME = LLVMX86
1111
TARGET = X86
12+
EXTRA_DIST = README.txt
1213
# Make sure that tblgen is run, first thing.
1314
BUILT_SOURCES = X86GenRegisterInfo.h.inc X86GenRegisterNames.inc \
1415
X86GenRegisterInfo.inc X86GenInstrNames.inc \

0 commit comments

Comments
 (0)