auto merge of #12112 : lucab/rust/make-dist, r=alexcrichton

`make dist` or building from a generated tarball is currently not possible due to some files that have been renamed and the ongoing libextra split. This PR fixes all (current) issues in order to build rust from the .tar.gz source alone.
This commit is contained in:
bors 2014-02-08 15:17:30 -08:00
commit a2290db797

View File

@ -26,19 +26,12 @@ PKG_FILES := \
$(S)man \
$(S)doc \
$(addprefix $(S)src/, \
README.txt \
driver \
librustc \
README.md \
compiletest \
driver \
etc \
libextra \
libstd \
libsyntax \
librustuv \
libgreen \
libnative \
$(foreach crate,$(CRATES),lib$(crate)) \
rt \
librustdoc \
rustllvm \
snapshots.txt \
test) \