From a47f526dd7a10aeefb9bba577e91376de01a6a6c Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 15 May 2003 13:23:07 +1000 Subject: - (djm) Tidy Makefile clean targets --- Makefile.in | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index f25fe0ae5..5758d0dbe 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.233 2003/05/15 00:19:46 djm Exp $ +# $Id: Makefile.in,v 1.234 2003/05/15 03:23:07 djm Exp $ # uncomment if you run a non bourne compatable shell. Ie. csh #SHELL = @SH@ @@ -198,15 +198,12 @@ distclean: (cd openbsd-compat && $(MAKE) distclean) (cd scard && $(MAKE) distclean) -veryclean: +veryclean: distclean rm -f configure config.h.in *.0 - rm -f *.o *.a $(TARGETS) logintest config.cache config.log - rm -f *.out core - rm -f Makefile config.h config.status ssh_prng_cmds *~ - (cd openbsd-compat && $(MAKE) distclean) - (cd scard && $(MAKE) distclean) -mrproper: distclean +mrproper: veryclean + +realclean: veryclean catman-do: @for f in $(MANPAGES_IN) ; do \ -- cgit v1.2.3