projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b517e7
)
Fix dep build
author
Mark Spencer
<markster@digium.com>
Tue, 6 May 2003 02:34:45 +0000
(
02:34
+0000)
committer
Mark Spencer
<markster@digium.com>
Tue, 6 May 2003 02:34:45 +0000
(
02:34
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@965
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/Makefile
patch
|
blob
|
history
diff --git
a/apps/Makefile
b/apps/Makefile
index
274f035
..
12cdd90
100755
(executable)
--- 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`