summaryrefslogtreecommitdiff
path: root/lib/Target/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-10-28 00:51:15 +0000
committerChris Lattner <sabre@nondot.org>2006-10-28 00:51:15 +0000
commitae2650a9cff478febe7d35d322dc3911b19ac30c (patch)
tree2a4c80acfaf8351f33fb83e035efd5c0d9c68c8b /lib/Target/Makefile
parent985384c41de6c061a76a4723ecc101a505575606 (diff)
downloadllvm-ae2650a9cff478febe7d35d322dc3911b19ac30c.tar.gz
llvm-ae2650a9cff478febe7d35d322dc3911b19ac30c.tar.bz2
llvm-ae2650a9cff478febe7d35d322dc3911b19ac30c.tar.xz
don't dist internal readme
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31247 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Makefile')
-rw-r--r--lib/Target/Makefile1
1 files changed, 0 insertions, 1 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