aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-10 15:53:05 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-10 15:53:05 +0000
commit08be46197d3bffa1208e15602712dd250ca196b8 (patch)
treef88a5c50a1dd5b295134779f4a9e3b88b4f67a91 /Makefile
parentf845abbee8d06491a71ad91967bec8369b783b98 (diff)
You must have version.h before building dependencies!
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6071 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0ea71fc4b..150ac71a8 100755
--- a/Makefile
+++ b/Makefile
@@ -763,7 +763,7 @@ valgrind: dont-optimize
depend: .depend defaults.h include/asterisk/build.h include/asterisk/version.h
for x in $(SUBDIRS); do $(MAKE) -C $$x depend || exit 1 ; done
-.depend:
+.depend: include/asterisk/version.h
build_tools/mkdep ${CFLAGS} $(filter-out ast_expr.c,$(wildcard *.c))
build_tools/mkdep -a -d ${CFLAGS} ast_expr.c