]> git.lizzy.rs Git - rust.git/commitdiff
Fix distcheck
authorSteven Fackler <sfackler@gmail.com>
Mon, 30 Jun 2014 16:13:09 +0000 (09:13 -0700)
committerSteven Fackler <sfackler@gmail.com>
Mon, 30 Jun 2014 16:13:09 +0000 (09:13 -0700)
libcoretest wasn't being included which broke the verification of the
tarball.

mk/dist.mk

index 6a89897c292778572a3f71d9114c767ba632fca9..76ebfe9b49fd64929ce5b07b49b2faba38ece8e9 100644 (file)
@@ -54,6 +54,7 @@ PKG_FILES := \
       driver                                   \
       etc                                      \
       $(foreach crate,$(CRATES),lib$(crate))   \
+      libcoretest                              \
       libbacktrace                             \
       rt                                       \
       rustllvm                                 \