mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 19:52:48 +00:00
don't override ASTERISKVERSIONNUM to 000000 for non-svn builds
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@9086 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
Makefile
2
Makefile
@@ -322,8 +322,6 @@ else
|
|||||||
ifneq ($(wildcard .svn),)
|
ifneq ($(wildcard .svn),)
|
||||||
ASTERISKVERSIONNUM=999999
|
ASTERISKVERSIONNUM=999999
|
||||||
ASTERISKVERSION=SVN-$(shell build_tools/make_svn_branch_name)
|
ASTERISKVERSION=SVN-$(shell build_tools/make_svn_branch_name)
|
||||||
else
|
|
||||||
ASTERISKVERSIONNUM=000000
|
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user