From b6b639b204356520d7b00a52ea51e20f08aac198 Mon Sep 17 00:00:00 2001 From: Cloud Wu Date: Fri, 18 Apr 2014 18:20:13 +0800 Subject: [PATCH] check 3rd/jemalloc/autogen.sh --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 74e32204..fb63c1ae 100644 --- a/Makefile +++ b/Makefile @@ -28,10 +28,10 @@ all : jemalloc $(JEMALLOC_STATICLIB) : 3rd/jemalloc/Makefile cd 3rd/jemalloc && $(MAKE) CC=$(CC) -3rd/jemalloc : +3rd/jemalloc/autogen.sh : git submodule update --init -3rd/jemalloc/Makefile : | 3rd/jemalloc +3rd/jemalloc/Makefile : | 3rd/jemalloc/autogen.sh cd 3rd/jemalloc && ./autogen.sh --with-jemalloc-prefix=je_ --disable-valgrind jemalloc : $(JEMALLOC_STATICLIB)