1408. [bug] distclean was not complete. [RT #4700]

This commit is contained in:
Mark Andrews
2003-05-12 06:39:54 +00:00
parent 58baf5e191
commit da017eeec4
7 changed files with 49 additions and 22 deletions

View File

@@ -13,7 +13,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: rules.in,v 1.3.2.2 2003/02/07 02:23:59 marka Exp $
# $Id: rules.in,v 1.3.2.3 2003/05/12 06:39:53 marka Exp $
###
### Common Makefile rules for BIND 9.
@@ -126,7 +126,7 @@ MKDEP = ${SHELL} ${top_builddir}/make/mkdep
cleandir: distclean
clean distclean::
rm -f *.@O@ *.lo *.la core *.core
rm -f *.@O@ *.lo *.la core *.core .depend
rm -rf .libs
distclean::