"deps/hdr_histogram/Makefile" did not exist on "be98a33b511cec5cd3fce281360cea1dfc73d15a"
Commit 8c630146 authored by antirez's avatar antirez
Browse files

Fix PREFIX typo in Makefile.

parent b26808a5
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment