From cb5763312d546b992bf6f565d9ec0e0719555df7 Mon Sep 17 00:00:00 2001 From: Andy2 Date: Mon, 7 Jun 2010 05:50:01 -0700 Subject: [PATCH] can't use svnversion for file name any more --- xwords4/linux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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