- (stevesk) Makefile.in: bug #61; delete commented line for now.

This commit is contained in:
Kevin Steves 2002-01-23 23:26:43 +00:00
parent fa9b641eb0
commit 020daf437b
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,6 @@
20020124
- (stevesk) Makefile.in: bug #61; delete commented line for now.
20020123
- (djm) Fix non-standard shell syntax in autoconf. Patch from
Dave Dykstra <dwd@bell-labs.com>
@ -7387,4 +7390,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
$Id: ChangeLog,v 1.1793 2002/01/23 06:54:30 mouring Exp $
$Id: ChangeLog,v 1.1794 2002/01/23 23:26:43 stevesk Exp $

View File

@ -1,4 +1,4 @@
# $Id: Makefile.in,v 1.193 2002/01/22 10:57:54 djm Exp $
# $Id: Makefile.in,v 1.194 2002/01/23 23:26:44 stevesk Exp $
prefix=@prefix@
exec_prefix=@exec_prefix@
@ -220,7 +220,6 @@ install-files: scard-install
ln -s ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin
-rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
ln -s ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
#@FILEPRIV@ -f dev,filesys,driver $(DESTDIR)$(bindir)/ssh $(DESTDIR)$(bindir)/slogin
if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \
$(srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir); \
fi