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
+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
##DOSBUILDTOP = ..
NO_OUTPRE=1
-all-unix:: krb5.h kerberosIV/krb_err.h
+all-unix:: krb5.h
all-mac::
all-windows::
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:
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