summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-05-21 16:59:46 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-05-21 16:59:46 +0000
commitc6c6804d72cad2eef6d44974534fd79f173c8214 (patch)
treefaccd10843aaba2fe0da85d57cd91cb36b314b6b /Makefile
parent3b10699608036b8dfab80e25efe1bee493786413 (diff)
replace Zaptel with DAHDI, ZAPTEL with DAHDI, ZAPATA with DAHDI
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4322 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 1f47982..d4d67aa 100644
--- a/Makefile
+++ b/Makefile
@@ -118,10 +118,10 @@ ifneq (,$(NETSCR_DIR))
endif
ifneq ($(wildcard .version),)
- ZAPTELVERSION:=$(shell cat .version)
+ DAHDIVERSION:=$(shell cat .version)
else
ifneq ($(wildcard .svn),)
- ZAPTELVERSION=SVN-$(shell build_tools/make_svn_branch_name)
+ DAHDIVERSION=SVN-$(shell build_tools/make_svn_branch_name)
endif
endif
@@ -135,7 +135,7 @@ endif
$(KMAKE) modules
version.h:
- @ZAPTELVERSION="${ZAPTELVERSION}" build_tools/make_version_h > $@.tmp
+ @DAHDIVERSION="${DAHDIVERSION}" build_tools/make_version_h > $@.tmp
@if cmp -s $@.tmp $@ ; then :; else \
mv $@.tmp $@ ; \
fi