From: Mark Andrews Date: Tue, 12 Feb 2002 05:35:08 +0000 (+0000) Subject: distclean should remove r1.htm X-Git-Tag: v9.0.1^2~8535 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=d03d2dbfe9cebf4dbbd2c8807afe5703862cc721;p=thirdparty%2Fbind9.git distclean should remove r1.htm --- diff --git a/bin/check/Makefile.in b/bin/check/Makefile.in index 885f391254e..4431ed4f891 100644 --- a/bin/check/Makefile.in +++ b/bin/check/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.18 2001/11/06 20:04:57 bwelling Exp $ +# $Id: Makefile.in,v 1.19 2002/02/12 05:35:08 marka Exp $ srcdir = @srcdir@ VPATH = @srcdir@ @@ -88,4 +88,4 @@ install:: named-checkconf named-checkzone installdirs for m in ${MANPAGES}; do ${INSTALL_DATA} ${srcdir}/$$m ${DESTDIR}${mandir}/man8; done clean distclean:: - rm -f ${TARGETS} + rm -f ${TARGETS} r1.htm