summaryrefslogtreecommitdiffstats
path: root/scard
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2001-09-20 20:39:35 +0200
committerTim Rice <tim@multitalents.net>2001-09-20 20:39:35 +0200
commit1ce8f0c3e563e890b5299ee61f1639b07317992c (patch)
tree3416b6f08f8c190f1ccfb0b4700f5c5df3936004 /scard
parent - (bal) openbsd-compat/vis.[ch] is dead wood. Removed. (diff)
downloadopenssh-1ce8f0c3e563e890b5299ee61f1639b07317992c.tar.xz
openssh-1ce8f0c3e563e890b5299ee61f1639b07317992c.zip
- (tim) [scard/Makefile.in] Don't strip the Java binary
Diffstat (limited to 'scard')
-rw-r--r--scard/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/scard/Makefile.in b/scard/Makefile.in
index 53ac5e9a4..7b054a80e 100644
--- a/scard/Makefile.in
+++ b/scard/Makefile.in
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.1 2001/09/18 05:06:22 djm Exp $
+# $Id: Makefile.in,v 1.2 2001/09/20 18:39:37 tim Exp $
prefix=@prefix@
datadir=@datadir@
@@ -24,4 +24,4 @@ distclean: clean
install: Ssh.bin
$(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir)
- $(INSTALL) -m 0644 -s $(srcdir)/Ssh.bin $(DESTDIR)$(datadir)/Ssh.bin
+ $(INSTALL) -m 0644 $(srcdir)/Ssh.bin $(DESTDIR)$(datadir)/Ssh.bin