Description: fix clean target for bandb directory
 This was missing the bantool object.
Author: Antoine Beaupré <anarcat@koumbit.org>
Origin: debian
Bug: http://jira.atheme.org/browse/CHARY-7
Forwarded: http://jira.atheme.org/secure/attachment/10727/cleanup-bandb-properly
Last-Update: 2011-11-06

--- charybdis-3.3.0.orig/bandb/Makefile.in
+++ charybdis-3.3.0/bandb/Makefile.in
@@ -83,7 +83,7 @@ depend:
 	@rm -f .depend.tmp
 
 clean:
-	${RM} -f *.o *~ *.core core bandb
+	${RM} -f *.o *~ *.core core bandb bantool
 
 lint:
 	lint -aacgprxhH $(CPPFLAGS) -DIRCD_PREFIX=\"@prefix@\" $(SOURCES) >>../lint.out
