OSDN Git Service

Make version.h depend on git changes
authorMåns Rullgård <mans@mansr.com>
Wed, 10 Mar 2010 02:56:59 +0000 (02:56 +0000)
committerMåns Rullgård <mans@mansr.com>
Wed, 10 Mar 2010 02:56:59 +0000 (02:56 +0000)
Originally committed as revision 22421 to svn://svn.ffmpeg.org/ffmpeg/trunk

Makefile

index 2c046ea..e5e4a87 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -86,9 +86,10 @@ tools/%.o: tools/%.c
 ffplay.o ffplay.d: CFLAGS += $(SDL_CFLAGS)
 
 VERSION_SH  = $(SRC_PATH_BARE)/version.sh
+GIT_LOG     = $(SRC_PATH_BARE)/.git/logs/HEAD
 SVN_ENTRIES = $(SRC_PATH_BARE)/.svn/entries
 
-.version: $(wildcard $(SVN_ENTRIES)) $(VERSION_SH) config.mak
+.version: $(wildcard $(GIT_LOG) $(SVN_ENTRIES)) $(VERSION_SH) config.mak
 .version: M=@
 
 version.h .version: