mirror of https://mirror.osredm.com/root/redis.git
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…
Reference in New Issue