diff --git a/Makefile.am b/Makefile.am index 8fad740092..a9e4921344 100644 --- a/Makefile.am +++ b/Makefile.am @@ -470,6 +470,7 @@ update: is-scm echo Updating... ; \ svn update ; \ elif test -d .git ; then \ + test ! -f .version || rm -f .version ; \ echo "Pulling updates..." ; \ git pull ; \ else \