summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2009-03-23 14:50:09 +0100
committerantirez <antirez@gmail.com>2009-03-23 14:50:09 +0100
commit092dac2a64f912fe67be2e924c58979b200aa64b (patch)
tree2e901a557b44e927117f621d7338f17c3818eeae /Makefile
parent5b19bd7238d6036c2e920f26ba29704d83773057 (diff)
downloadredis-092dac2a64f912fe67be2e924c58979b200aa64b.tar.gz
another missing free->zfree replacement fixed. Thanks to Ludo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bf9760f06..e45899e91 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ anet.o: anet.c anet.h
benchmark.o: benchmark.c ae.h anet.h sds.h adlist.h
dict.o: dict.c dict.h
redis-cli.o: redis-cli.c anet.h sds.h adlist.h
-redis.o: redis.c ae.h sds.h anet.h dict.h adlist.h
+redis.o: redis.c ae.h sds.h anet.h dict.h adlist.h zmalloc.c zmalloc.h
sds.o: sds.c sds.h
sha1.o: sha1.c sha1.h
zmalloc.o: zmalloc.c