diff options
author | Chris Lattner <sabre@nondot.org> | 2006-10-28 00:51:15 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-10-28 00:51:15 +0000 |
commit | ae2650a9cff478febe7d35d322dc3911b19ac30c (patch) | |
tree | 2a4c80acfaf8351f33fb83e035efd5c0d9c68c8b | |
parent | 985384c41de6c061a76a4723ecc101a505575606 (diff) |
don't dist internal readme
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31247 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/Makefile | 1 | ||||
-rw-r--r-- | lib/Target/Sparc/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/Makefile b/lib/Target/Makefile index 56ca3bb9d7..8b75294c5b 100644 --- a/lib/Target/Makefile +++ b/lib/Target/Makefile @@ -10,7 +10,6 @@ LEVEL = ../.. LIBRARYNAME = LLVMTarget BUILD_ARCHIVE = 1 -EXTRA_DIST = README.txt # We include this early so we can access the value of TARGETS_TO_BUILD as the # value for PARALLEL_DIRS which must be set before Makefile.rules is included diff --git a/lib/Target/Sparc/Makefile b/lib/Target/Sparc/Makefile index b6f6aaf0fc..8cc4add374 100644 --- a/lib/Target/Sparc/Makefile +++ b/lib/Target/Sparc/Makefile @@ -9,7 +9,6 @@ LEVEL = ../../.. LIBRARYNAME = LLVMSparc TARGET = Sparc -EXTRA_DIST = README.txt # Make sure that tblgen is run, first thing. BUILT_SOURCES = SparcGenRegisterInfo.h.inc SparcGenRegisterNames.inc \ |