]> andersk Git - openssh.git/commitdiff
- (tim) [scard/Makefile.in] Don't strip the Java binary
authortim <tim>
Thu, 20 Sep 2001 18:39:35 +0000 (18:39 +0000)
committertim <tim>
Thu, 20 Sep 2001 18:39:35 +0000 (18:39 +0000)
ChangeLog
scard/Makefile.in

index e3a5b5e9e691318011d3a40361ec2c2c7d1075cd..a450fb0d108f1008065b3445fe9f014a1223b364 100644 (file)
--- 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
index b01c2cbd6b6c06dc601052f524ef71b3e5fdaa6e..9f6c056128b839ac32340a9ba2271a6dfaf67d9b 100644 (file)
@@ -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
This page took 0.074372 seconds and 5 git commands to generate.