summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJanne Grunau <janne-libav@jannau.net>2011-03-16 21:53:58 +0100
committerJanne Grunau <janne-libav@jannau.net>2011-03-18 21:57:38 +0100
commitfaa6f1c306b817a7349e3fe16590371d6d499998 (patch)
tree4a7f97223ee136465e54ba81acd26850489eaba1 /Makefile
parentfda299f0d01c1691625180786a01b01065df7156 (diff)
get rid of the last svn mentions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1ec443699e..e3b7f1e686 100644
--- a/Makefile
+++ b/Makefile
@@ -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: