Fix dep build

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@965 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer 2003-05-06 02:34:45 +00:00
parent 7b517e7131
commit 3051f1edd9
1 changed files with 7 additions and 0 deletions

View File

@ -61,3 +61,10 @@ app_sql_odbc.so: app_sql_odbc.o
look: look.c
gcc -pipe -O6 -g look.c -o look -lncurses
include .depend
depend: .depend
.depend:
../mkdep $(CFLAGS) `ls *.c`