can't use svnversion for file name any more

This commit is contained in:
Andy2 2010-06-07 05:50:01 -07:00
parent ab167f51f4
commit cb5763312d

View file

@ -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