diff options
author | Janne Grunau <janne-libav@jannau.net> | 2011-03-16 21:53:58 +0100 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2011-03-18 21:57:38 +0100 |
commit | faa6f1c306b817a7349e3fe16590371d6d499998 (patch) | |
tree | 4a7f97223ee136465e54ba81acd26850489eaba1 /Makefile | |
parent | fda299f0d01c1691625180786a01b01065df7156 (diff) | |
download | ffmpeg-faa6f1c306b817a7349e3fe16590371d6d499998.tar.gz |
get rid of the last svn mentions
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -98,9 +98,8 @@ ffplay.o: 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 $(GIT_LOG) $(SVN_ENTRIES)) $(VERSION_SH) config.mak +.version: $(wildcard $(GIT_LOG)) $(VERSION_SH) config.mak .version: M=@ version.h .version: |