diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | scard/Makefile.in | 11 |
2 files changed, 11 insertions, 6 deletions
@@ -1,3 +1,7 @@ | |||
1 | 20020426 | ||
2 | - (djm) Bug #137, #209: fix make problems for scard/Ssh.bin, do uudecode | ||
3 | during distprep only | ||
4 | |||
1 | 20020425 | 5 | 20020425 |
2 | - (stevesk) [defines.h] remove USE_TIMEVAL; unused | 6 | - (stevesk) [defines.h] remove USE_TIMEVAL; unused |
3 | - (stevesk) [acconfig.h auth-passwd.c configure.ac sshd.c] HP-UX 10.26 | 7 | - (stevesk) [acconfig.h auth-passwd.c configure.ac sshd.c] HP-UX 10.26 |
@@ -508,4 +512,4 @@ | |||
508 | - (stevesk) entropy.c: typo in debug message | 512 | - (stevesk) entropy.c: typo in debug message |
509 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ | 513 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ |
510 | 514 | ||
511 | $Id: ChangeLog,v 1.2085 2002/04/25 18:17:05 stevesk Exp $ | 515 | $Id: ChangeLog,v 1.2086 2002/04/26 01:25:40 djm Exp $ |
diff --git a/scard/Makefile.in b/scard/Makefile.in index 4b204050c..ab4e22043 100644 --- a/scard/Makefile.in +++ b/scard/Makefile.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: Makefile.in,v 1.3 2001/10/27 00:33:19 tim Exp $ | 1 | # $Id: Makefile.in,v 1.4 2002/04/26 01:25:41 djm Exp $ |
2 | 2 | ||
3 | prefix=@prefix@ | 3 | prefix=@prefix@ |
4 | datadir=@datadir@ | 4 | datadir=@datadir@ |
@@ -11,13 +11,14 @@ VPATH=@srcdir@ | |||
11 | 11 | ||
12 | all: | 12 | all: |
13 | 13 | ||
14 | Ssh.bin: Ssh.bin.uu | 14 | #Ssh.bin: Ssh.bin.uu |
15 | uudecode Ssh.bin.uu | 15 | # uudecode Ssh.bin.uu |
16 | 16 | ||
17 | clean: | 17 | clean: |
18 | rm -rf Ssh.bin | 18 | # rm -rf Ssh.bin |
19 | 19 | ||
20 | distprep: Ssh.bin | 20 | distprep: |
21 | uudecode Ssh.bin.uu | ||
21 | 22 | ||
22 | distclean: clean | 23 | distclean: clean |
23 | rm -f Makefile *~ | 24 | rm -f Makefile *~ |