aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-09 03:27:21 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-09 03:27:21 +0000
commit0439aaa76a3215a48101b2622097e3eb2b2414d9 (patch)
treeae04049ae139a87e571404c6dbfe452fc60b8282 /utils
parenta95c71ff6d2a9c7a5edb922ff61458cdf0be254e (diff)
more makefile tweaks to keep targets from being run when they don't need to be
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42505 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 86cbd3c70..d59bfec65 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -100,7 +100,9 @@ streamplayer: streamplayer.o
muted: muted.o
muted: LIBS+=$(AUDIO_LIBS)
--include .depend
+ifneq ($(wildcard .depend),)
+ include .depend
+endif
depend: .depend