]> git.saurik.com Git - redis.git/commitdiff
Question mark assignment is not needed
authorPieter Noordhuis <pcnoordhuis@gmail.com>
Sat, 14 Apr 2012 00:41:40 +0000 (17:41 -0700)
committerPieter Noordhuis <pcnoordhuis@gmail.com>
Sat, 14 Apr 2012 00:52:33 +0000 (17:52 -0700)
src/Makefile

index 859e378e71e4597390ca2f7d058a27c7c741c9bb..9deeda4cc204b97f1f9c07735d148fc79f82e6c5 100644 (file)
@@ -38,9 +38,9 @@ FINAL_CFLAGS+= -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src
 
 # Default allocator
 ifeq ($(uname_S),Linux)
 
 # Default allocator
 ifeq ($(uname_S),Linux)
-  MALLOC?=jemalloc
+  MALLOC=jemalloc
 else
 else
-  MALLOC?=libc
+  MALLOC=libc
 endif
 
 # Backwards compatibility for selecting an allocator
 endif
 
 # Backwards compatibility for selecting an allocator