mirror of
https://github.com/fluencelabs/redis
synced 2025-06-23 05:51:34 +00:00
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
This commit is contained in:
1
redis.c
1
redis.c
@ -77,7 +77,6 @@
|
||||
#include "zipmap.h" /* Compact dictionary-alike data structure */
|
||||
#include "ziplist.h" /* Compact list data structure */
|
||||
#include "sha1.h" /* SHA1 is used for DEBUG DIGEST */
|
||||
#include "release.h" /* Release and/or git repository information */
|
||||
|
||||
/* Error codes */
|
||||
#define REDIS_OK 0
|
||||
|
Reference in New Issue
Block a user