mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
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:
parent
28a3e8bb51
commit
8bfb93c275
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user