From c6c6804d72cad2eef6d44974534fd79f173c8214 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Wed, 21 May 2008 16:59:46 +0000 Subject: 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 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3