Call svnversion only once.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3334 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Mark Olsen 2009-07-25 13:21:40 +00:00
parent c88cdc4716
commit 959b204c3e
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ CPUOPTIMIZATIONS=
BASE_DIR=.
SVNREVISION=-DSVNREVISION=`test -d .svn && svnversion || echo -`
SVNREVISION:=-DSVNREVISION=$(shell test -d .svn && svnversion || echo -)
#only limited forms of cross-making is supported
#only the following 3 are supported