summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.in3
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index bee3a10c7..ae55bf63d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
120031007
2 - (djm) Delete autom4te.cache after autoreconf
3
120031003 420031003
2 - OpenBSD CVS Sync 5 - OpenBSD CVS Sync
3 - markus@cvs.openbsd.org 2003/10/02 10:41:59 6 - markus@cvs.openbsd.org 2003/10/02 10:41:59
@@ -1279,4 +1282,4 @@
1279 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. 1282 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
1280 Report from murple@murple.net, diagnosis from dtucker@zip.com.au 1283 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
1281 1284
1282$Id: ChangeLog,v 1.3056 2003/10/04 05:30:23 tim Exp $ 1285$Id: ChangeLog,v 1.3057 2003/10/07 00:18:22 djm Exp $
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