mirror of
https://github.com/fluencelabs/redis
synced 2025-03-17 16:10:50 +00:00
Allow PREFIX to be overrided in Makefile.
This commit is contained in:
parent
088c508abc
commit
b26808a532
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user