From 6f1f611a529bebfa04bd0dbf5196375f5db5fe23 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 7 Oct 2003 10:18:22 +1000 Subject: - (djm) Delete autom4te.cache after autoreconf --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index dce12c4d1..61e3d4076 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.251 2003/10/02 06:12:36 dtucker Exp $ +# $Id: Makefile.in,v 1.252 2003/10/07 00:18:22 djm Exp $ # uncomment if you run a non bourne compatable shell. Ie. csh #SHELL = @SH@ @@ -222,6 +222,7 @@ catman-do: distprep: catman-do $(AUTORECONF) + -rm -rf autom4te.cache (cd scard && $(MAKE) -f Makefile.in distprep) install: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files host-key check-config -- cgit v1.2.3