Skip to content

Commit

Permalink
- (tim) [scard/Makefile.in] Don't strip the Java binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Rice committed Sep 20, 2001
1 parent 84a6bfb commit 1ce8f0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
20010920
- (tim) [scard/Makefile.in] Don't strip the Java binary

20010919
- (bal) OpenBSD Sync
- [email protected] 2001/09/19 10:08:51
Expand Down Expand Up @@ -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 $
4 changes: 2 additions & 2 deletions scard/Makefile.in
Original file line number Diff line number Diff line change
@@ -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@
Expand All @@ -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

0 comments on commit 1ce8f0c

Please sign in to comment.