summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-04-26 11:25:40 +1000
committerDamien Miller <djm@mindrot.org>2002-04-26 11:25:40 +1000
commit13ce922cc6edd189056b278c4f0f67511449c821 (patch)
tree55aee5326b2eba973fbfa8fc3b50934a0f2561a6
parent0ea1d9d1f26cf2aa9871fd2050037d5f6407a6b9 (diff)
- (djm) Bug #137, #209: fix make problems for scard/Ssh.bin, do uudecode
during distprep only
-rw-r--r--ChangeLog6
-rw-r--r--scard/Makefile.in11
2 files changed, 11 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 20d4ef279..446ed15d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
120020426
2 - (djm) Bug #137, #209: fix make problems for scard/Ssh.bin, do uudecode
3 during distprep only
4
120020425 520020425
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
3prefix=@prefix@ 3prefix=@prefix@
4datadir=@datadir@ 4datadir=@datadir@
@@ -11,13 +11,14 @@ VPATH=@srcdir@
11 11
12all: 12all:
13 13
14Ssh.bin: Ssh.bin.uu 14#Ssh.bin: Ssh.bin.uu
15 uudecode Ssh.bin.uu 15# uudecode Ssh.bin.uu
16 16
17clean: 17clean:
18 rm -rf Ssh.bin 18# rm -rf Ssh.bin
19 19
20distprep: Ssh.bin 20distprep:
21 uudecode Ssh.bin.uu
21 22
22distclean: clean 23distclean: clean
23 rm -f Makefile *~ 24 rm -f Makefile *~