diff options
| author | Steven Fackler <sfackler@gmail.com> | 2014-06-30 09:13:09 -0700 |
|---|---|---|
| committer | Steven Fackler <sfackler@gmail.com> | 2014-06-30 09:13:09 -0700 |
| commit | 21dba11fec03eb2b80dc9de6d900d13cdf4d39d8 (patch) | |
| tree | 127f5c4ef6c23c25bc2aca42962e8421d06e1a77 | |
| parent | 04da31e64c983ff49234104b79133d4981ea3314 (diff) | |
| download | rust-21dba11fec03eb2b80dc9de6d900d13cdf4d39d8.tar.gz rust-21dba11fec03eb2b80dc9de6d900d13cdf4d39d8.zip | |
Fix distcheck
libcoretest wasn't being included which broke the verification of the tarball.
| -rw-r--r-- | mk/dist.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/dist.mk b/mk/dist.mk index 6a89897c292..76ebfe9b49f 100644 --- a/mk/dist.mk +++ b/mk/dist.mk @@ -54,6 +54,7 @@ PKG_FILES := \ driver \ etc \ $(foreach crate,$(CRATES),lib$(crate)) \ + libcoretest \ libbacktrace \ rt \ rustllvm \ |
