From 21dba11fec03eb2b80dc9de6d900d13cdf4d39d8 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Mon, 30 Jun 2014 09:13:09 -0700 Subject: [PATCH] Fix distcheck libcoretest wasn't being included which broke the verification of the tarball. --- mk/dist.mk | 1 + 1 file changed, 1 insertion(+) 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 \