mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-30 01:05:14 +02:00
- (djm) Delete autom4te.cache after autoreconf
This commit is contained in:
parent
30aa44cf0a
commit
6f1f611a52
@ -1,3 +1,6 @@
|
|||||||
|
20031007
|
||||||
|
- (djm) Delete autom4te.cache after autoreconf
|
||||||
|
|
||||||
20031003
|
20031003
|
||||||
- OpenBSD CVS Sync
|
- OpenBSD CVS Sync
|
||||||
- markus@cvs.openbsd.org 2003/10/02 10:41:59
|
- markus@cvs.openbsd.org 2003/10/02 10:41:59
|
||||||
@ -1279,4 +1282,4 @@
|
|||||||
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
||||||
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.3056 2003/10/04 05:30:23 tim Exp $
|
$Id: ChangeLog,v 1.3057 2003/10/07 00:18:22 djm Exp $
|
||||||
|
@ -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
|
# uncomment if you run a non bourne compatable shell. Ie. csh
|
||||||
#SHELL = @SH@
|
#SHELL = @SH@
|
||||||
@ -222,6 +222,7 @@ catman-do:
|
|||||||
|
|
||||||
distprep: catman-do
|
distprep: catman-do
|
||||||
$(AUTORECONF)
|
$(AUTORECONF)
|
||||||
|
-rm -rf autom4te.cache
|
||||||
(cd scard && $(MAKE) -f Makefile.in distprep)
|
(cd scard && $(MAKE) -f Makefile.in distprep)
|
||||||
|
|
||||||
install: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files host-key check-config
|
install: $(CONFIGFILES) ssh_prng_cmds.out $(MANPAGES) $(TARGETS) install-files host-key check-config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user