diff --git a/engine/Makefile b/engine/Makefile index d7beeff09..160cbccb4 100644 --- a/engine/Makefile +++ b/engine/Makefile @@ -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