From 6e27448973fcfd553d064cc6534aabb76e5b87a7 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 2 Nov 2015 08:45:38 -0800 Subject: [PATCH] mk: Add rtstartup to dist Needed for distcheck to pass and to have a working tarball. --- mk/dist.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/mk/dist.mk b/mk/dist.mk index 4cdee8bda9d..7ef95d1e78f 100644 --- a/mk/dist.mk +++ b/mk/dist.mk @@ -59,6 +59,7 @@ PKG_FILES := \ libcoretest \ libbacktrace \ rt \ + rtstartup \ rustllvm \ snapshots.txt \ rust-installer \