From: Tom Yu Date: Fri, 7 Feb 2003 22:15:59 +0000 (+0000) Subject: * Makefile.in (all-unix): Remove kerberosIV/krb_err.h, as it was X-Git-Tag: krb5-1.3-alpha1~110 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2d3091d6daa183ea774438aa9cb67750c8435518;p=krb5.git * 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 --- 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 diff --git a/src/include/Makefile.in b/src/include/Makefile.in index 6b73aacad..7727eefd1 100644 --- a/src/include/Makefile.in +++ b/src/include/Makefile.in @@ -6,7 +6,7 @@ BUILDTOP=$(REL).. ##DOSBUILDTOP = .. NO_OUTPRE=1 -all-unix:: krb5.h kerberosIV/krb_err.h +all-unix:: krb5.h all-mac:: all-windows:: @@ -45,7 +45,6 @@ krb5.h: krb5/autoconf.h $(srcdir)/krb5.hin krb5_err.h kdb5_err.h kv5m_err.h \ asn1_err.h kdb5_err.h krb5_err.h kv5m_err.h: rebuild-error-tables rebuild-error-tables: (cd ../lib/krb5/error_tables && $(MAKE) includes) -kerberosIV/krb_err.h: all-recurse .PHONY: force rebuild-error-tables force: @@ -71,6 +70,6 @@ clean-windows:: cd .. @echo Making clean in include -install-headers-unix install:: krb5.h profile.h kerberosIV/krb_err.h +install-headers-unix install:: krb5.h profile.h $(INSTALL_DATA) krb5.h $(DESTDIR)$(KRB5_INCDIR)$(S)krb5.h $(INSTALL_DATA) profile.h $(DESTDIR)$(KRB5_INCDIR)$(S)profile.h