summaryrefslogtreecommitdiff
path: root/utils/Makefile
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2007-11-29 13:38:11 +0000
committerKevin P. Fleming <kpfleming@digium.com>2007-11-29 13:38:11 +0000
commit93615ecc2284256a0c8ebd1c816b0fefe4afaa2a (patch)
tree047230e4bb397d90275d961c455400be5d725601 /utils/Makefile
parentc13ed407dbc7ad3bee6c79053e174b6823202ad1 (diff)
let's try this again... *all* compilation and linking in Asterisk should be done using the standard compilation rules, not manually created ones. changing hashtest.c to use these rules caused the compiler to notice a large number of coding guidelines violations, so those are fixed too.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@90150 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'utils/Makefile')
-rw-r--r--utils/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 4ae97d3ab..3dbd4ce7a 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -150,10 +150,9 @@ hashtest2: hashtest2.o md5.o utils.o astobj2.o sha1.o strcompat.o threadstorage.
hashtest: hashtest.o md5.o hashtab.o utils.o sha1.o strcompat.o threadstorage.o clicompat.o
-hashtest.o : hashtest.c
- $(CC) -g -O0 -c hashtest.c -I/usr/include -I../include
+hashtest.o: ASTCFLAGS+=-O0
-extconf.o : extconf.c
+extconf.o: extconf.c
conf2ael: conf2ael.o ast_expr2f.o ast_expr2.o aelbison.o aelparse.o pbx_ael.o pval.o extconf.o strcompat.o