summaryrefslogtreecommitdiff
path: root/db1-ast
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-02-12 16:52:42 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-02-12 16:52:42 +0000
commite7c198453ddc4448666753222a66d010fa537986 (patch)
tree1883e463a59ddee6ac9df55e3a9bb38ca50c14ca /db1-ast
parent96bf384e7d84291c40dcbe2e26e16af1c5a974c1 (diff)
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
Diffstat (limited to 'db1-ast')
-rw-r--r--db1-ast/Makefile2
1 files changed, 2 insertions, 0 deletions
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)