]> git.saurik.com Git - redis.git/blobdiff - Makefile
IMPORTANT FIX: new dump format implementation was broken. Now it's ok but tests for...
[redis.git] / Makefile
index bf9760f06fdee501e9de972a269974f79692cc89..e45899e9108020d8d71534b0135ce00b847d5a95 100644 (file)
--- 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