aboutsummaryrefslogtreecommitdiffstats
path: root/db1-ast/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-08-19 16:42:30 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-08-19 16:42:30 +0000
commit1a38832878390d0ad229c5c5f7f761ef1848d5ce (patch)
tree3543716ee397ebe48f164937b5b2a7ad7ab30143 /db1-ast/Makefile
parent4afa88f8510cc7041901aa7e8ded877d02a0703f (diff)
depend stuff
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1375 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'db1-ast/Makefile')
-rwxr-xr-xdb1-ast/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/db1-ast/Makefile b/db1-ast/Makefile
index 8a945c270..0bb8ea5c5 100755
--- a/db1-ast/Makefile
+++ b/db1-ast/Makefile
@@ -40,7 +40,7 @@ clean:
rm -f $(LIBDB) $(LIBDBSO) $(OBJS) $(SHOBJS)
OORG= -O2
-CL= $(CC) -c -D__DBINTERFACE_PRIVATE $(OORG) -I. -Iinclude
+CL= $(CC) -Wall -c -D__DBINTERFACE_PRIVATE $(OORG) -I. -Iinclude
db_dump185.o: db_dump185.c
$(CL) -o $@ $<