summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--Makefile.in4
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 @@
3 <markm@swoon.net> 3 <markm@swoon.net>
4 - (bal) Handle broken krb4 issues on Solaris with multiple defined u_*_t 4 - (bal) Handle broken krb4 issues on Solaris with multiple defined u_*_t
5 types. Patch by Jan IVEN <Jan.Iven@cern.ch> 5 types. Patch by Jan IVEN <Jan.Iven@cern.ch>
6 - (bal) Fixed Makefile.in so that 'configure; make install' works.
6 7
720010610 820010610
8 - (bal) Missed two files in major resync. auth-bsdauth.c and auth-skey.c 9 - (bal) Missed two files in major resync. auth-bsdauth.c and auth-skey.c
@@ -5601,4 +5602,4 @@
5601 - Wrote replacements for strlcpy and mkdtemp 5602 - Wrote replacements for strlcpy and mkdtemp
5602 - Released 1.0pre1 5603 - Released 1.0pre1
5603 5604
5604$Id: ChangeLog,v 1.1275 2001/06/10 17:35:45 mouring Exp $ 5605$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 @@
1# $Id: Makefile.in,v 1.176 2001/06/10 00:41:19 mouring Exp $ 1# $Id: Makefile.in,v 1.177 2001/06/10 17:43:36 mouring Exp $
2 2
3prefix=@prefix@ 3prefix=@prefix@
4exec_prefix=@exec_prefix@ 4exec_prefix=@exec_prefix@
@@ -164,7 +164,7 @@ catman-do:
164distprep: catman-do 164distprep: catman-do
165 autoreconf 165 autoreconf
166 166
167install: $(TARGETS) install-files host-key 167install: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files host-key
168 168
169install-files: 169install-files:
170 $(srcdir)/mkinstalldirs $(DESTDIR)$(bindir) 170 $(srcdir)/mkinstalldirs $(DESTDIR)$(bindir)