mk: Add missing rustbuild dirs to `dist`

Forgot to add a few directories to `make dist` so `--enable-rustbuild` can
continue to work.

Closes #31801
This commit is contained in:
Alex Crichton 2016-02-20 18:34:07 -08:00
parent 28a3e8bb51
commit 8bfb93c275
1 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,8 @@ PKG_FILES := \
$(S)configure $(S)Makefile.in \
$(S)man \
$(addprefix $(S)src/, \
bootstrap \
build_helper \
compiletest \
doc \
driver \
@ -60,6 +62,7 @@ PKG_FILES := \
rt \
rtstartup \
rustllvm \
rustc \
snapshots.txt \
rust-installer \
rustbook \