]> git.saurik.com Git - redis.git/blobdiff - Makefile
Merge http://github.com/ngmoco/redis
[redis.git] / Makefile
index c6cbf320e8ba9928254f998396529462508fc9bf..949f0b0c0ecc73e3f6170b7e54e0611628bb04ba 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,7 @@
 # Copyright (C) 2009 Salvatore Sanfilippo <antirez at gmail dot com>
 # This file is released under the BSD license, see the COPYING file
 
+release_hdr := $(shell sh -c './mkreleasehdr.sh')
 uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not')
 OPTIMIZATION?=-O2
 ifeq ($(uname_S),SunOS)