summaryrefslogtreecommitdiffstats
path: root/src/include/Makefile.in
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2003-02-07 22:15:59 +0000
committerTom Yu <tlyu@mit.edu>2003-02-07 22:15:59 +0000
commit2d3091d6daa183ea774438aa9cb67750c8435518 (patch)
treee961645f1df22b541f9ed7191cddcb1ae9c20b13 /src/include/Makefile.in
parentacfeb5a2b5af2d9fbaf7f78193aa538a388ee4f9 (diff)
downloadkrb5-2d3091d6daa183ea774438aa9cb67750c8435518.tar.gz
krb5-2d3091d6daa183ea774438aa9cb67750c8435518.tar.xz
krb5-2d3091d6daa183ea774438aa9cb67750c8435518.zip
* 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
Diffstat (limited to 'src/include/Makefile.in')
-rw-r--r--src/include/Makefile.in5
1 files changed, 2 insertions, 3 deletions
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