Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
91d18504
Commit
91d18504
authored
May 09, 2012
by
antirez
Browse files
Fix PREFIX typo in Makefile.
parent
f580a3e3
Changes
1
Show whitespace changes
Inline
Side-by-side
src/Makefile
View file @
91d18504
...
@@ -79,7 +79,7 @@ endif
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment