summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2002-01-23 23:26:43 +0000
committerKevin Steves <stevesk@pobox.com>2002-01-23 23:26:43 +0000
commit020daf437b97c4d55268353737861fac60e6a073 (patch)
tree8641e8a6a2fe9a17a7106e2a9dc517e5c084ca31
parentfa9b641eb069ec8a89315a4cee4c585b91474afe (diff)
- (stevesk) Makefile.in: bug #61; delete commented line for now.
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.in3
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index c25a61f9a..e8508b5e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
120020124
2 - (stevesk) Makefile.in: bug #61; delete commented line for now.
3
120020123 420020123
2 - (djm) Fix non-standard shell syntax in autoconf. Patch from 5 - (djm) Fix non-standard shell syntax in autoconf. Patch from
3 Dave Dykstra <dwd@bell-labs.com> 6 Dave Dykstra <dwd@bell-labs.com>
@@ -7387,4 +7390,4 @@
7387 - Wrote replacements for strlcpy and mkdtemp 7390 - Wrote replacements for strlcpy and mkdtemp
7388 - Released 1.0pre1 7391 - Released 1.0pre1
7389 7392
7390$Id: ChangeLog,v 1.1793 2002/01/23 06:54:30 mouring Exp $ 7393$Id: ChangeLog,v 1.1794 2002/01/23 23:26:43 stevesk Exp $
diff --git a/Makefile.in b/Makefile.in
index 58bf424b5..73538eac6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
1# $Id: Makefile.in,v 1.193 2002/01/22 10:57:54 djm Exp $ 1# $Id: Makefile.in,v 1.194 2002/01/23 23:26:44 stevesk Exp $
2 2
3prefix=@prefix@ 3prefix=@prefix@
4exec_prefix=@exec_prefix@ 4exec_prefix=@exec_prefix@
@@ -220,7 +220,6 @@ install-files: scard-install
220 ln -s ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin 220 ln -s ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin
221 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 221 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
222 ln -s ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 222 ln -s ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
223 #@FILEPRIV@ -f dev,filesys,driver $(DESTDIR)$(bindir)/ssh $(DESTDIR)$(bindir)/slogin
224 if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \ 223 if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \
225 $(srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir); \ 224 $(srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir); \
226 fi 225 fi