- (djm) Clean some autoconf-2.52 junk when doing "make distclean"

This commit is contained in:
Damien Miller 2001-10-12 19:15:27 +10:00
parent 5f01280c79
commit 7c734056f4
2 changed files with 5 additions and 3 deletions

View File

@ -16,6 +16,7 @@
[clientloop.c]
clear select masks if we return before calling select().
- (djm) "make veryclean" fix from Tom Holroyd <tomh@po.crl.go.jp>
- (djm) Clean some autoconf-2.52 junk when doing "make distclean"
20011010
- (djm) OpenBSD CVS Sync
@ -6714,4 +6715,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
$Id: ChangeLog,v 1.1604 2001/10/12 02:04:04 djm Exp $
$Id: ChangeLog,v 1.1605 2001/10/12 09:15:27 djm Exp $

View File

@ -1,4 +1,4 @@
# $Id: Makefile.in,v 1.187 2001/10/12 02:04:05 djm Exp $
# $Id: Makefile.in,v 1.188 2001/10/12 09:15:28 djm Exp $
prefix=@prefix@
exec_prefix=@exec_prefix@
@ -142,13 +142,14 @@ $(CONFIGFILES): $(CONFIGFILES_IN)
clean:
rm -f *.o *.a $(TARGETS) logintest config.cache config.log
rm -f *.out core
rm -f *.out core
(cd openbsd-compat; $(MAKE) clean)
distclean:
rm -f *.o *.a $(TARGETS) logintest config.cache config.log
rm -f *.out core
rm -f Makefile config.h config.status ssh_prng_cmds *~
rm -rf autom4te.cache
(cd openbsd-compat; $(MAKE) distclean)
(cd scard; $(MAKE) distclean)