1
Fork 0

Auto merge of #31802 - alexcrichton:fix-dist-rustbuild, r=japaric

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

Closes #31801
This commit is contained in:
bors 2016-02-21 13:17:37 +00:00
commit 0f62d219fb

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 \