From b111b8527b5860c4a83d7cf01840b4b46ce10bbd Mon Sep 17 00:00:00 2001 From: Michael Graff Date: Mon, 26 Jun 2000 18:14:05 +0000 Subject: [PATCH] put an alias for cleandir (same as distclean) in the master makefile, rather than only at the top level. --- Makefile.in | 4 +--- make/rules.in | 4 +++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.in b/Makefile.in index ec63fe6f6b..c3cfcf7254 100644 --- a/Makefile.in +++ b/Makefile.in @@ -13,7 +13,7 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. -# $Id: Makefile.in,v 1.21 2000/06/23 21:22:20 tale Exp $ +# $Id: Makefile.in,v 1.22 2000/06/26 18:14:04 explorer Exp $ srcdir = @srcdir@ VPATH = @srcdir@ @@ -38,8 +38,6 @@ distclean:: rm -f libtool isc-config.sh rm -f util/conf.sh -cleandir: distclean - install:: isc-config.sh ${INSTALL_PROGRAM} isc-config.sh ${DESTDIR}${bindir} diff --git a/make/rules.in b/make/rules.in index 2198f1d04f..acb0e1ae02 100644 --- a/make/rules.in +++ b/make/rules.in @@ -13,7 +13,7 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. -# $Id: rules.in,v 1.19 2000/06/22 22:00:30 tale Exp $ +# $Id: rules.in,v 1.20 2000/06/26 18:14:05 explorer Exp $ ### ### Common Makefile rules for BIND 9. @@ -119,6 +119,8 @@ LIBTOOL = @LIBTOOL@ MKDEP = ${SHELL} ${top_builddir}/make/mkdep +cleandir: distclean + clean distclean:: rm -f *.@O@ *.lo *.la core *.core rm -rf .libs