summaryrefslogtreecommitdiffstats
path: root/src/include/Makefile.in
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2009-09-16 22:54:59 +0000
committerGreg Hudson <ghudson@mit.edu>2009-09-16 22:54:59 +0000
commitac45b351222b3a9ac2c7a00a0aef576823ea831a (patch)
tree5b9778b0987735bf18bf92e06e193c9b0c6ff5d5 /src/include/Makefile.in
parentd5dd4f6c72c32d66bf87842bcb7264d482d77a95 (diff)
downloadkrb5-ac45b351222b3a9ac2c7a00a0aef576823ea831a.tar.gz
krb5-ac45b351222b3a9ac2c7a00a0aef576823ea831a.tar.xz
krb5-ac45b351222b3a9ac2c7a00a0aef576823ea831a.zip
Remove autoconf.h on "make distclean".
Check for the presence of a build in the src tree for "make depend". Suggest "make distclean" when "make depend" detects a build in the src tree or an attempt to make depend in the src tree. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22776 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/Makefile.in')
-rw-r--r--src/include/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/Makefile.in b/src/include/Makefile.in
index 4c8ca59d49..ec6a3f25e0 100644
--- a/src/include/Makefile.in
+++ b/src/include/Makefile.in
@@ -130,6 +130,9 @@ clean-windows::
clean::
$(RM) osconf.new $(BUILT_HEADERS)
+distclean::
+ $(RM) autoconf.h
+
install-headers-unix install:: krb5/krb5.h profile.h
$(INSTALL_DATA) $(srcdir)/krb5.h $(DESTDIR)$(KRB5_INCDIR)$(S)krb5.h
$(INSTALL_DATA) $(srcdir)/kdb.h $(DESTDIR)$(KRB5_INCDIR)$(S)kdb.h