diff options
author | antirez <antirez@gmail.com> | 2010-06-13 23:51:43 +0200 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2010-06-13 23:51:43 +0200 |
commit | 3042fb0537c3ada4dd2882d4f800cc6080169596 (patch) | |
tree | 674439a0d678557d084d9fcbacf22f3c0ec12796 /Makefile | |
parent | 7c4fc71c156f1abdc64dba078030af98f3452b67 (diff) | |
download | redis-3042fb0537c3ada4dd2882d4f800cc6080169596.tar.gz |
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
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |