From 034f2180616c301934c3971cac6832aa607a4f08 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sun, 11 May 2014 11:55:39 -0700 Subject: [PATCH] mk: Bundle jemalloc with make dist The dist tarball doesn't depend on git, so all git submodules must be included inside of it. --- mk/dist.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \