diff options
author | Chris Lattner <sabre@nondot.org> | 2006-10-28 00:49:54 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-10-28 00:49:54 +0000 |
commit | 985384c41de6c061a76a4723ecc101a505575606 (patch) | |
tree | 7111e2cc7b5ea378fb8edc4d3983d286747eda51 /lib/Target/PowerPC/Makefile | |
parent | 064fdccf982cf42fc22cd61ae95894cd52c9d738 (diff) |
don't dist internal readme's
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31246 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/Makefile')
-rw-r--r-- | lib/Target/PowerPC/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/Makefile b/lib/Target/PowerPC/Makefile index c5b53a2ce6..a5edc157c8 100644 --- a/lib/Target/PowerPC/Makefile +++ b/lib/Target/PowerPC/Makefile @@ -9,7 +9,6 @@ LEVEL = ../../.. LIBRARYNAME = LLVMPowerPC TARGET = PPC -EXTRA_DIST = README.txt README_ALTIVEC.txt # Make sure that tblgen is run, first thing. BUILT_SOURCES = PPCGenInstrNames.inc PPCGenRegisterNames.inc \ |