From e2c0197d98f7b8b79cef1e6d8414b59749291e4e Mon Sep 17 00:00:00 2001 From: antirez Date: Wed, 9 May 2012 20:45:00 +0200 Subject: [PATCH] Fix PREFIX typo in Makefile. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index b530cdb5..1817821c 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