mirror of
https://github.com/fluencelabs/redis
synced 2025-06-26 15:31:33 +00:00
Allow PREFIX to be overrided in Makefile.
This commit is contained in:
@ -54,7 +54,7 @@ endif
|
||||
|
||||
CCOPT= $(CFLAGS) $(ARCH) $(PROF)
|
||||
|
||||
PREFIX= /usr/local
|
||||
PREFIX=? /usr/local
|
||||
INSTALL_BIN= $(PREFIX)/bin
|
||||
INSTALL= cp -pf
|
||||
|
||||
|
Reference in New Issue
Block a user