]> git.saurik.com Git - redis.git/commitdiff
Fix PREFIX typo in Makefile.
authorantirez <antirez@gmail.com>
Wed, 9 May 2012 18:45:00 +0000 (20:45 +0200)
committerantirez <antirez@gmail.com>
Wed, 9 May 2012 18:45:13 +0000 (20:45 +0200)
src/Makefile

index c60199aaa0f73c49496041f8697a03af12cd313b..b9e183363a0ca3e0b4c545feca58b3e32bec1094 100644 (file)
@@ -79,7 +79,7 @@ endif
 REDIS_CC=$(QUIET_CC)$(CC) $(FINAL_CFLAGS)
 REDIS_LD=$(QUIET_LINK)$(CC) $(FINAL_LDFLAGS)
 
-PREFIX=? /usr/local
+PREFIX?=/usr/local
 INSTALL_BIN= $(PREFIX)/bin
 INSTALL= cp -pf