Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix PREFIX typo in Makefile.
  • Loading branch information
antirez committed May 9, 2012
1 parent f580a3e commit 91d1850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Expand Up @@ -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

Expand Down

0 comments on commit 91d1850

Please sign in to comment.