summaryrefslogtreecommitdiff
path: root/agi
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 /agi
parentf148cc891b8f876cdbd4e64fe01842f27631bb06 (diff)
depend stuff
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1375 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'agi')
-rwxr-xr-xagi/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/agi/Makefile b/agi/Makefile
index c1b35de44..1257e6a78 100755
--- a/agi/Makefile
+++ b/agi/Makefile
@@ -32,7 +32,9 @@ clean:
%.so : %.o
$(CC) -shared -Xlinker -x -o $@ $<
+ifneq ($(wildcard .depend),)
include .depend
+endif
depend: .depend