From 7dad461b80e22f0cf5125f3f095ae9a0693cff44 Mon Sep 17 00:00:00 2001 From: James Carr Date: Tue, 16 Sep 2014 11:41:42 -0500 Subject: [PATCH] Update deps.sh --- thrift/deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/thrift/deps.sh b/thrift/deps.sh index d79985310e3..f2f10b7e9a2 100644 --- a/thrift/deps.sh +++ b/thrift/deps.sh @@ -18,6 +18,7 @@ cd .. autoreconf --install LDFLAGS=-L`pwd`/double-conversion/ CPPFLAGS=-I`pwd`/double-conversion/src/ ./configure make +make install cd ../.. autoreconf --install