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/System/Makefile | |
parent | 28421d0a805e0069b8647e11b0e09064b940623a (diff) | |
download | external_llvm-3758552428737f2467cc58ae81a064789637b4aa.zip external_llvm-3758552428737f2467cc58ae81a064789637b4aa.tar.gz external_llvm-3758552428737f2467cc58ae81a064789637b4aa.tar.bz2 |
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/System/Makefile')
-rw-r--r-- | lib/System/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/System/Makefile b/lib/System/Makefile index 80fea39..d4fc79c 100644 --- a/lib/System/Makefile +++ b/lib/System/Makefile @@ -11,6 +11,6 @@ LEVEL = ../.. LIBRARYNAME = LLVMSystem BUILD_ARCHIVE = 1 -EXTRA_DIST = Unix Win32 +EXTRA_DIST = Unix Win32 README.txt include $(LEVEL)/Makefile.common |