* Makefile.in (all-unix): Remove kerberosIV/krb_err.h, as it was
authorTom Yu <tlyu@mit.edu>
Fri, 7 Feb 2003 22:15:59 +0000 (22:15 +0000)
committerTom Yu <tlyu@mit.edu>
Fri, 7 Feb 2003 22:15:59 +0000 (22:15 +0000)
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
src/include/Makefile.in

index a19447f9659a5870951011f34fc33d054778dbce..d3672579178e043f36a04e9090d2c3fc21a8a2f6 100644 (file)
@@ -1,3 +1,12 @@
+2003-02-07  Tom Yu  <tlyu@mit.edu>
+
+       * 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  <raeburn@mit.edu>
 
        * krb5.hin (krb5_mk_req_checksum_func): Fix Windows calling
index 6b73aacad4420b3b4646178148df786a3908b785..7727eefd194731df5ae5d0b493ac5ad34d3a2dc2 100644 (file)
@@ -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