about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-05-11 11:55:39 -0700
committerDaniel Micay <danielmicay@gmail.com>2014-05-11 17:41:36 -0400
commit034f2180616c301934c3971cac6832aa607a4f08 (patch)
tree61ac01bdc91301fef5e6258c610039a77fd13525
parent20356e4cc3f73648807dc56827102fbaff9061c6 (diff)
downloadrust-034f2180616c301934c3971cac6832aa607a4f08.tar.gz
rust-034f2180616c301934c3971cac6832aa607a4f08.zip
mk: Bundle jemalloc with make dist
The dist tarball doesn't depend on git, so all git submodules must be included
inside of it.
-rw-r--r--mk/dist.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/dist.mk b/mk/dist.mk
index 6dc44a422cf..6a89897c292 100644
--- a/mk/dist.mk
+++ b/mk/dist.mk
@@ -36,7 +36,7 @@ LICENSE.txt: $(S)COPYRIGHT $(S)LICENSE-APACHE $(S)LICENSE-MIT
 PKG_TAR = dist/$(PKG_NAME).tar.gz
 
 PKG_GITMODULES := $(S)src/libuv $(S)src/llvm $(S)src/gyp $(S)src/compiler-rt \
-		  $(S)src/rt/hoedown
+		  $(S)src/rt/hoedown $(S)src/jemalloc
 PKG_FILES := \
     $(S)COPYRIGHT                              \
     $(S)LICENSE-APACHE                         \