summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2001-09-20 11:39:35 -0700
committerTim Rice <tim@multitalents.net>2001-09-20 11:39:35 -0700
commit1ce8f0c3e563e890b5299ee61f1639b07317992c (patch)
tree3416b6f08f8c190f1ccfb0b4700f5c5df3936004
parent84a6bfba15e833a9b70de130f9427245fca89724 (diff)
- (tim) [scard/Makefile.in] Don't strip the Java binary
-rw-r--r--ChangeLog5
-rw-r--r--scard/Makefile.in4
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index ea448f21..9d0c9623 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+20010920
+ - (tim) [scard/Makefile.in] Don't strip the Java binary
+
20010919
- (bal) OpenBSD Sync
- markus@cvs.openbsd.org 2001/09/19 10:08:51
@@ -6530,4 +6533,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.1548 2001/09/20 02:07:50 mouring Exp $
+$Id: ChangeLog,v 1.1549 2001/09/20 18:39:35 tim Exp $
diff --git a/scard/Makefile.in b/scard/Makefile.in
index 53ac5e9a..7b054a80 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