mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-11-24 02:02:10 +08:00
- (bal) Fixed Makefile.in so that 'configure; make install' works.
This commit is contained in:
parent
d7d7da12ec
commit
0b35572596
@ -3,6 +3,7 @@
|
||||
<markm@swoon.net>
|
||||
- (bal) Handle broken krb4 issues on Solaris with multiple defined u_*_t
|
||||
types. Patch by Jan IVEN <Jan.Iven@cern.ch>
|
||||
- (bal) Fixed Makefile.in so that 'configure; make install' works.
|
||||
|
||||
20010610
|
||||
- (bal) Missed two files in major resync. auth-bsdauth.c and auth-skey.c
|
||||
@ -5601,4 +5602,4 @@
|
||||
- Wrote replacements for strlcpy and mkdtemp
|
||||
- Released 1.0pre1
|
||||
|
||||
$Id: ChangeLog,v 1.1275 2001/06/10 17:35:45 mouring Exp $
|
||||
$Id: ChangeLog,v 1.1276 2001/06/10 17:43:35 mouring Exp $
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile.in,v 1.176 2001/06/10 00:41:19 mouring Exp $
|
||||
# $Id: Makefile.in,v 1.177 2001/06/10 17:43:36 mouring Exp $
|
||||
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
@ -164,7 +164,7 @@ catman-do:
|
||||
distprep: catman-do
|
||||
autoreconf
|
||||
|
||||
install: $(TARGETS) install-files host-key
|
||||
install: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files host-key
|
||||
|
||||
install-files:
|
||||
$(srcdir)/mkinstalldirs $(DESTDIR)$(bindir)
|
||||
|
Loading…
Reference in New Issue
Block a user