From 2d3091d6daa183ea774438aa9cb67750c8435518 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Fri, 7 Feb 2003 22:15:59 +0000 Subject: * Makefile.in (all-unix): Remove kerberosIV/krb_err.h, as it was causing spurious rebuilds of lots of stuff because it was depending on all-recurse, which is always out of date. (install-headers-unix): Also, no need to depend on kerberosIV/krb_err.h here, since the kerberosIV subdirectory takes care of it. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15167 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/include/ChangeLog') diff --git a/src/include/ChangeLog b/src/include/ChangeLog index a19447f96..d36725791 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,12 @@ +2003-02-07 Tom Yu + + * Makefile.in (all-unix): Remove kerberosIV/krb_err.h, as it was + causing spurious rebuilds of lots of stuff because it was + depending on all-recurse, which is always out of date. + (install-headers-unix): Also, no need to depend on + kerberosIV/krb_err.h here, since the kerberosIV subdirectory takes + care of it. + 2003-01-17 Ken Raeburn * krb5.hin (krb5_mk_req_checksum_func): Fix Windows calling -- cgit