diff options
author | Damien Miller <djm@mindrot.org> | 2001-10-12 19:15:27 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2001-10-12 19:15:27 +1000 |
commit | 7c734056f48c396fdd68ae1c441c372908b54fe9 (patch) | |
tree | 1e9d5a341539a7032c80d35251697e72544314db /Makefile.in | |
parent | 5f01280c797b9cf2cbedd828fea458caf45c1265 (diff) | |
download | openssh-git-7c734056f48c396fdd68ae1c441c372908b54fe9.tar.gz |
- (djm) Clean some autoconf-2.52 junk when doing "make distclean"
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index ee677478..640fe5ab 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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) |