From add8ef14f39b1db9652bad7db9d50f995d3a8802 Mon Sep 17 00:00:00 2001 From: Matthew Fredrickson Date: Fri, 23 May 2008 16:32:43 +0000 Subject: Remove remaining references to zap devices and some zaptel references git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4352 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index de7f8b2..cefac1c 100644 --- a/Makefile +++ b/Makefile @@ -7,14 +7,14 @@ CFLAGS+=-DBUILDING_TONEZONE -# If the file .zaptel.makeopts is present in your home directory, you can +# If the file .dahdi.makeopts is present in your home directory, you can # include all of your favorite menuselect options so that every time you download # a new version of Asterisk, you don't have to run menuselect to set them. -# The file /etc/zaptel.makeopts will also be included but can be overridden +# The file /etc/dahdi.makeopts will also be included but can be overridden # by the file in your home directory. -GLOBAL_MAKEOPTS=$(wildcard /etc/zaptel.makeopts) -USER_MAKEOPTS=$(wildcard ~/.zaptel.makeopts) +GLOBAL_MAKEOPTS=$(wildcard /etc/dahdi.makeopts) +USER_MAKEOPTS=$(wildcard ~/.dahdi.makeopts) ifeq ($(strip $(foreach var,clean distclean dist-clean update,$(findstring $(var),$(MAKECMDGOALS)))),) ifneq ($(wildcard menuselect.makeopts),) -- cgit v1.2.3