From 3042fb0537c3ada4dd2882d4f800cc6080169596 Mon Sep 17 00:00:00 2001 From: antirez Date: Sun, 13 Jun 2010 23:51:43 +0200 Subject: Fixed deps in makefile and mkreleasehdr.sh script to really take advantage of the new trick to avoid recompilation of redis.c on git sha1 or dirty status change --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 38b8448da..96dddd69e 100644 --- a/Makefile +++ b/Makefile @@ -48,8 +48,7 @@ redis-check-dump.o: redis-check-dump.c lzf.h redis-cli.o: redis-cli.c fmacros.h anet.h sds.h adlist.h zmalloc.h \ linenoise.h redis.o: redis.c fmacros.h config.h redis.h ae.h sds.h anet.h dict.h \ - adlist.h zmalloc.h lzf.h pqsort.h zipmap.h ziplist.h sha1.h release.h \ - staticsymbols.h + adlist.h zmalloc.h lzf.h pqsort.h zipmap.h ziplist.h sha1.h staticsymbols.h release.o: release.c release.h sds.o: sds.c sds.h zmalloc.h sha1.o: sha1.c sha1.h -- cgit v1.2.1