summaryrefslogtreecommitdiff
path: root/db1-ast
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-08-19 16:42:30 +0000
committerMark Spencer <markster@digium.com>2003-08-19 16:42:30 +0000
commitd3bdd36e46a99b8aa3564bd1fa82a66db2e77768 (patch)
tree3543716ee397ebe48f164937b5b2a7ad7ab30143 /db1-ast
parentf148cc891b8f876cdbd4e64fe01842f27631bb06 (diff)
depend stuff
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1375 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'db1-ast')
-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 $@ $<