From 672b0eb1fe1b19f68b821d158362ea1a879a638a Mon Sep 17 00:00:00 2001 From: chaeplin Date: Fri, 2 May 2014 22:13:57 +0900 Subject: [PATCH] Update makefile.unix typo corrected --- src/makefile.unix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/makefile.unix b/src/makefile.unix index 1561ca5019..90cf3cf7d9 100644 --- a/src/makefile.unix +++ b/src/makefile.unix @@ -20,8 +20,7 @@ LIBS = $(addprefix -L,$(BOOST_LIB_PATH) $(BDB_LIB_PATH) $(OPENSSL_LIB_PATH)) TESTDEFS = -DTEST_DATA_DIR=$(abspath test/data) -STATIC = 1 -LMODE = dynamiic +LMODE = dynamic LMODE2 = dynamic ifdef STATIC LMODE = static