summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-05-23 19:49:22 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-05-23 19:49:22 +0000
commitbc49fb9fddb83fd6824202482122e67cf4322b68 (patch)
treeec73e297aafd2d7224ed713bded4814f601fc1ef /Makefile
parent688dcb232c75b50a29890306dd4cd74a1c62694d (diff)
minor Makefile improvements
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4358 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cefac1c..4fac0ba 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ endif
SUBDIRS_UTILS_ALL:= ppp
SUBDIRS_UTILS :=
-OPTFLAG=-O2
+OPTFLAGS=-O2
CFLAGS+=-I. $(OPTFLAGS) -g -fPIC -Wall -DBUILDING_TONEZONE #-DTONEZONE_DRIVER
ifneq (,$(findstring ppc,$(UNAME_M)))
CFLAGS_PPC:=-fsigned-char
@@ -152,7 +152,7 @@ prereq: config.status version.h
dahdi_tool.o: CFLAGS+=$(NEWT_INCLUDE)
dahdi_tool: LDLIBS+=$(NEWT_LIB)
-dahdi_speed: CFLAGS=
+dahdi_speed: CFLAGS+=-O0
$(LTZ_A): $(LTZ_A_OBJS)
ar rcs $@ $^