From e217105bfc285f1b94ac99781a59efa3e7ed47db Mon Sep 17 00:00:00 2001 From: kpfleming Date: Sun, 12 Feb 2006 16:52:42 +0000 Subject: 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 --- db1-ast/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'db1-ast') diff --git a/db1-ast/Makefile b/db1-ast/Makefile index 0aa9fdb02..d36b592f9 100644 --- a/db1-ast/Makefile +++ b/db1-ast/Makefile @@ -42,6 +42,8 @@ $(LIBDBSO): $(SHOBJS) $(PROG): db_dump185.o $(LIBDBSO) $(CC) -o $@ db_dump185.o -L. -ldb +clean-depend: + clean: rm -f $(LIBDB) $(LIBDBSO) $(OBJS) $(SHOBJS) -- cgit v1.2.3