summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-10-07 10:18:22 +1000
committerDamien Miller <djm@mindrot.org>2003-10-07 10:18:22 +1000
commit6f1f611a529bebfa04bd0dbf5196375f5db5fe23 (patch)
treec9685d444298484c7cc5e9c426becd0b947c1877 /Makefile.in
parent30aa44cf0a850fe4f3757edbe8c3e6553c14b3cc (diff)
- (djm) Delete autom4te.cache after autoreconf
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index dce12c4d1..61e3d4076 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
1# $Id: Makefile.in,v 1.251 2003/10/02 06:12:36 dtucker Exp $ 1# $Id: Makefile.in,v 1.252 2003/10/07 00:18:22 djm Exp $
2 2
3# uncomment if you run a non bourne compatable shell. Ie. csh 3# uncomment if you run a non bourne compatable shell. Ie. csh
4#SHELL = @SH@ 4#SHELL = @SH@
@@ -222,6 +222,7 @@ catman-do:
222 222
223distprep: catman-do 223distprep: catman-do
224 $(AUTORECONF) 224 $(AUTORECONF)
225 -rm -rf autom4te.cache
225 (cd scard && $(MAKE) -f Makefile.in distprep) 226 (cd scard && $(MAKE) -f Makefile.in distprep)
226 227
227install: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files host-key check-config 228install: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files host-key check-config