summaryrefslogtreecommitdiff
path: root/scard
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 /scard
parent0ea1d9d1f26cf2aa9871fd2050037d5f6407a6b9 (diff)
downloadopenssh-git-13ce922cc6edd189056b278c4f0f67511449c821.tar.gz
- (djm) Bug #137, #209: fix make problems for scard/Ssh.bin, do uudecode
during distprep only
Diffstat (limited to 'scard')
-rw-r--r--scard/Makefile.in11
1 files changed, 6 insertions, 5 deletions
diff --git a/scard/Makefile.in b/scard/Makefile.in
index 4b204050..ab4e2204 100644
--- a/scard/Makefile.in
+++ b/scard/Makefile.in
@@ -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@
datadir=@datadir@
@@ -11,13 +11,14 @@ VPATH=@srcdir@
all:
-Ssh.bin: Ssh.bin.uu
- uudecode Ssh.bin.uu
+#Ssh.bin: Ssh.bin.uu
+# uudecode Ssh.bin.uu
clean:
- rm -rf Ssh.bin
+# rm -rf Ssh.bin
-distprep: Ssh.bin
+distprep:
+ uudecode Ssh.bin.uu
distclean: clean
rm -f Makefile *~