during distprep only
This commit is contained in:
parent
0ea1d9d1f2
commit
13ce922cc6
|
@ -1,3 +1,7 @@
|
||||||
|
20020426
|
||||||
|
- (djm) Bug #137, #209: fix make problems for scard/Ssh.bin, do uudecode
|
||||||
|
during distprep only
|
||||||
|
|
||||||
20020425
|
20020425
|
||||||
- (stevesk) [defines.h] remove USE_TIMEVAL; unused
|
- (stevesk) [defines.h] remove USE_TIMEVAL; unused
|
||||||
- (stevesk) [acconfig.h auth-passwd.c configure.ac sshd.c] HP-UX 10.26
|
- (stevesk) [acconfig.h auth-passwd.c configure.ac sshd.c] HP-UX 10.26
|
||||||
|
@ -508,4 +512,4 @@
|
||||||
- (stevesk) entropy.c: typo in debug message
|
- (stevesk) entropy.c: typo in debug message
|
||||||
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
|
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.2085 2002/04/25 18:17:05 stevesk Exp $
|
$Id: ChangeLog,v 1.2086 2002/04/26 01:25:40 djm Exp $
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $Id: Makefile.in,v 1.3 2001/10/27 00:33:19 tim Exp $
|
# $Id: Makefile.in,v 1.4 2002/04/26 01:25:41 djm Exp $
|
||||||
|
|
||||||
prefix=@prefix@
|
prefix=@prefix@
|
||||||
datadir=@datadir@
|
datadir=@datadir@
|
||||||
|
@ -11,13 +11,14 @@ VPATH=@srcdir@
|
||||||
|
|
||||||
all:
|
all:
|
||||||
|
|
||||||
Ssh.bin: Ssh.bin.uu
|
#Ssh.bin: Ssh.bin.uu
|
||||||
uudecode Ssh.bin.uu
|
# uudecode Ssh.bin.uu
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf Ssh.bin
|
# rm -rf Ssh.bin
|
||||||
|
|
||||||
distprep: Ssh.bin
|
distprep:
|
||||||
|
uudecode Ssh.bin.uu
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
rm -f Makefile *~
|
rm -f Makefile *~
|
||||||
|
|
Loading…
Reference in New Issue