diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-04-13 06:39:24 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-04-13 06:39:24 +0000 |
commit | 3758552428737f2467cc58ae81a064789637b4aa (patch) | |
tree | d8e7a156c4e0ed1790a3a17bdbcdfb280bebc6b6 /lib/Target/Makefile | |
parent | 28421d0a805e0069b8647e11b0e09064b940623a (diff) |
Add the README files to the distribution.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27651 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Makefile')
-rw-r--r-- | lib/Target/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/Makefile b/lib/Target/Makefile index 8b75294c5b..56ca3bb9d7 100644 --- a/lib/Target/Makefile +++ b/lib/Target/Makefile @@ -10,6 +10,7 @@ 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 |