summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2012-05-09 20:45:00 +0200
committerantirez <antirez@gmail.com>2012-05-09 20:45:00 +0200
commite2c0197d98f7b8b79cef1e6d8414b59749291e4e (patch)
treec702485af53b18e16ec5ad12d19f932e59cd5d16
parent2cf55e3a475ad8a879b502ab9668cec516bf8978 (diff)
downloadredis-e2c0197d98f7b8b79cef1e6d8414b59749291e4e.tar.gz
Fix PREFIX typo in Makefile.
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index b530cdb59..1817821c6 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -54,7 +54,7 @@ endif
CCOPT= $(CFLAGS) $(ARCH) $(PROF)
-PREFIX=? /usr/local
+PREFIX?=/usr/local
INSTALL_BIN= $(PREFIX)/bin
INSTALL= cp -pf