From 0b35572596e1c9928f8a01934b1565163297e533 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Sun, 10 Jun 2001 17:43:35 +0000 Subject: [PATCH] - (bal) Fixed Makefile.in so that 'configure; make install' works. --- ChangeLog | 3 ++- Makefile.in | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c4f797743..922d15e0c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ - (bal) Handle broken krb4 issues on Solaris with multiple defined u_*_t types. Patch by Jan IVEN + - (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 $ diff --git a/Makefile.in b/Makefile.in index e6dec0be7..4133ed7ac 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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)