summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-05-06 02:34:45 +0000
committerMark Spencer <markster@digium.com>2003-05-06 02:34:45 +0000
commit3051f1edd9fe46161fdb30e8fd1fe5ffaf244aa7 (patch)
tree7a38869de5ca8426c742801f37d88b313c94d8e6 /apps/Makefile
parent7b517e7131973b2141f4ebd20c711eb3d3132e31 (diff)
Fix dep build
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@965 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/Makefile')
-rwxr-xr-xapps/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 274f0355c..12cdd9072 100755
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -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`