Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
0997b411
Commit
0997b411
authored
Sep 13, 2010
by
Pedro Melo
Browse files
Fixed missed use of INSTALL_TOP
Thanks to sylr@github Signed-off-by:
Pedro Melo
<
melo@simplicidade.org
>
parent
e984050f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile
View file @
0997b411
...
@@ -16,7 +16,7 @@ CCOPT= $(CFLAGS) $(CCLINK) $(ARCH) $(PROF)
...
@@ -16,7 +16,7 @@ CCOPT= $(CFLAGS) $(CCLINK) $(ARCH) $(PROF)
DEBUG
?=
-g
-rdynamic
-ggdb
DEBUG
?=
-g
-rdynamic
-ggdb
PREFIX
=
/usr/local
PREFIX
=
/usr/local
INSTALL_BIN
=
$(
INSTALL_TOP
)
/bin
INSTALL_BIN
=
$(
PREFIX
)
/bin
INSTALL
=
cp
-p
INSTALL
=
cp
-p
OBJ
=
adlist.o ae.o anet.o dict.o redis.o sds.o zmalloc.o lzf_c.o lzf_d.o pqsort.o zipmap.o sha1.o ziplist.o release.o networking.o util.o object.o db.o replication.o rdb.o t_string.o t_list.o t_set.o t_zset.o t_hash.o config.o aof.o vm.o pubsub.o multi.o debug.o sort.o intset.o
OBJ
=
adlist.o ae.o anet.o dict.o redis.o sds.o zmalloc.o lzf_c.o lzf_d.o pqsort.o zipmap.o sha1.o ziplist.o release.o networking.o util.o object.o db.o replication.o rdb.o t_string.o t_list.o t_set.o t_zset.o t_hash.o config.o aof.o vm.o pubsub.o multi.o debug.o sort.o intset.o
...
...
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