mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
can't use svnversion for file name any more
This commit is contained in:
parent
ab167f51f4
commit
cb5763312d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue