summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f25edba..f9f7502 100644
--- a/Makefile
+++ b/Makefile
@@ -127,11 +127,11 @@ endif
ifneq ($(wildcard .version),)
ZAPTELVERSION:=$(shell cat .version)
-endif
-
+else
ifneq ($(wildcard .svn),)
ZAPTELVERSION=SVN-$(shell build_tools/make_svn_branch_name)
endif
+endif
TZOBJS:=zonedata.lo tonezone.lo
LIBTONEZONE_SO:=libtonezone.so