aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-02 18:40:22 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-02 18:40:22 +0000
commit50ffcb069bad6dab63f8d7d14bc45e3deae96b9b (patch)
treed186e015ffe835e32d430ea12674bc3cd4a53f1c /Makefile
parentbd0fd66073e258acc43b85d633d9733266f225ff (diff)
Merged revisions 9086 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r9086 | kpfleming | 2006-02-02 12:37:04 -0600 (Thu, 02 Feb 2006) | 2 lines don't override ASTERISKVERSIONNUM to 000000 for non-svn builds ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9088 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 56e385825..f23da2b3a 100644
--- a/Makefile
+++ b/Makefile
@@ -327,8 +327,6 @@ else
ifneq ($(wildcard .svn),)
ASTERISKVERSIONNUM=999999
ASTERISKVERSION=SVN-$(shell build_tools/make_svn_branch_name)
- else
- ASTERISKVERSIONNUM=000000
endif
endif