From d7e2b5304177b2956fd32ec2cd3ad6afb7ff983f Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 12 Feb 2002 05:42:04 +0000 Subject: [PATCH] make distclean should remove "rules", "includes" and "mkdep". --- lib/bind/Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/bind/Makefile.in b/lib/bind/Makefile.in index fbde5a9baa..13b58d6890 100644 --- a/lib/bind/Makefile.in +++ b/lib/bind/Makefile.in @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.13 2001/09/20 15:16:52 marka Exp $ +# $Id: Makefile.in,v 1.14 2002/02/12 05:42:04 marka Exp $ srcdir = @srcdir@ VPATH = @srcdir@ @@ -115,6 +115,9 @@ install:: timestamp installdirs clean distclean:: rm -f libbind.@SA@ libbind.la +distclean:: + rm -f rules includes mkdep + distclean:: rm -f config.cache config.h config.log config.status libtool rm -f port_before.h port_after.h