mirror of https://mirror.osredm.com/root/redis.git
Fix PREFIX typo in Makefile.
This commit is contained in:
parent
b26808a532
commit
8c6301462b
|
@ -79,7 +79,7 @@ endif
|
||||||
REDIS_CC=$(QUIET_CC)$(CC) $(FINAL_CFLAGS)
|
REDIS_CC=$(QUIET_CC)$(CC) $(FINAL_CFLAGS)
|
||||||
REDIS_LD=$(QUIET_LINK)$(CC) $(FINAL_LDFLAGS)
|
REDIS_LD=$(QUIET_LINK)$(CC) $(FINAL_LDFLAGS)
|
||||||
|
|
||||||
PREFIX=? /usr/local
|
PREFIX?=/usr/local
|
||||||
INSTALL_BIN= $(PREFIX)/bin
|
INSTALL_BIN= $(PREFIX)/bin
|
||||||
INSTALL= cp -pf
|
INSTALL= cp -pf
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue