ensure that dependencies are rebuilt after 'make update' so that builds don't break when files are removed/renamed

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9691 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2006-02-12 16:52:42 +00:00
parent 96bf384e7d
commit e7c198453d
14 changed files with 71 additions and 37 deletions

View File

@@ -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