diff --git a/xwords4/linux/Makefile b/xwords4/linux/Makefile index fd38a0de0..17b53bcef 100644 --- a/xwords4/linux/Makefile +++ b/xwords4/linux/Makefile @@ -45,7 +45,7 @@ ifdef UNICODE CFLAGS += -std=gnu99 endif -SVN_REV ?= "$(shell svnversion -n .)" +SVN_REV ?= "$(shell ../scripts/gitversion.sh)" SVNDEF = -D'SVN_REV=$(SVN_REV)' ifdef CURSES_ONLY