aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 74dde9a..6e38dc6 100644
--- a/Makefile
+++ b/Makefile
@@ -151,7 +151,7 @@ USE_SVN=
ifeq ($(wildcard .svn),.svn)
SVN_REV=$(shell LANG=C svnversion .)
ifneq ($(SVN_REV),)
- SVN_VERSION=$(SVN_REV)
+ SVN_VERSION=$(VERSION)_SVN$(SVN_REV)
USE_SVN=1
endif
endif