aboutsummaryrefslogtreecommitdiffstats
path: root/utils/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-12 16:52:42 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-12 16:52:42 +0000
commite217105bfc285f1b94ac99781a59efa3e7ed47db (patch)
tree1883e463a59ddee6ac9df55e3a9bb38ca50c14ca /utils/Makefile
parent5d9ed5739aab2b302efc178d21e6c75672369db3 (diff)
ensure that dependencies are rebuilt after 'make update' so that builds don't break when files are removed/renamed
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9691 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils/Makefile')
-rw-r--r--utils/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/utils/Makefile b/utils/Makefile
index cc90f358e..93da99338 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -43,8 +43,11 @@ install:
uninstall:
for x in $(TARGET); do rm -f $$x $(DESTDIR)$(ASTSBINDIR)/$$x; done
-clean:
- rm -f *.o astman smsq stereorize streamplayer check_expr .depend
+clean-depend:
+ rm -f .depend
+
+clean: clean-depend
+ rm -f *.o astman smsq stereorize streamplayer check_expr
rm -f ast_expr2.o ast_expr2f.o
astman: astman.o ../md5.o