]> 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 01:05:51 +0000 (18:05 -0700)
src/Makefile

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