summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2009-08-03 20:27:03 +0000
committerGreg Hudson <ghudson@mit.edu>2009-08-03 20:27:03 +0000
commit93e48cbaefef393a602356aac465d9e59f844884 (patch)
tree324ebdd110a81d337060ff6e1bc75ade3554a630 /src/include
parent9a5d62c48bca279e3cf9408bee9cb8752c5390c6 (diff)
downloadkrb5-93e48cbaefef393a602356aac465d9e59f844884.tar.gz
krb5-93e48cbaefef393a602356aac465d9e59f844884.tar.xz
krb5-93e48cbaefef393a602356aac465d9e59f844884.zip
Get "make depend" to work in an unbuilt source tree, since bad deps
files can make it difficult to build the tree. To do this, make the depends target depend on generated header files and on header file copies or links into the main include directory. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22486 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/Makefile.in b/src/include/Makefile.in
index 2b7cc0877..4c8ca59d4 100644
--- a/src/include/Makefile.in
+++ b/src/include/Makefile.in
@@ -137,3 +137,5 @@ install-headers-unix install:: krb5/krb5.h profile.h
$(INSTALL_DATA) $(srcdir)/krb5/locate_plugin.h $(DESTDIR)$(KRB5_INCDIR)$(S)krb5$(S)locate_plugin.h
$(INSTALL_DATA) profile.h $(DESTDIR)$(KRB5_INCDIR)$(S)profile.h
$(INSTALL_DATA) $(srcdir)/gssapi.h $(DESTDIR)$(KRB5_INCDIR)$(S)gssapi.h
+
+depend:: krb5/krb5.h $(BUILT_HEADERS)