summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2010-06-13 23:51:43 +0200
committerantirez <antirez@gmail.com>2010-06-13 23:51:43 +0200
commit3042fb0537c3ada4dd2882d4f800cc6080169596 (patch)
tree674439a0d678557d084d9fcbacf22f3c0ec12796 /Makefile
parent7c4fc71c156f1abdc64dba078030af98f3452b67 (diff)
downloadredis-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--Makefile3
1 files changed, 1 insertions, 2 deletions
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