summaryrefslogtreecommitdiffstats
path: root/src/include/Makefile.in
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>1995-09-29 17:43:42 +0000
committerEzra Peisach <epeisach@mit.edu>1995-09-29 17:43:42 +0000
commit75b2945b718fa7a04ba00bcbd7a3a7e0c4046bc2 (patch)
tree9b0e57b6e2b21fcd9c717f4dfe76d655c187ce6c /src/include/Makefile.in
parenta4cbc6eba3d3eed513b99e51e33b4cbf8f1aadf6 (diff)
downloadkrb5-75b2945b718fa7a04ba00bcbd7a3a7e0c4046bc2.tar.gz
krb5-75b2945b718fa7a04ba00bcbd7a3a7e0c4046bc2.tar.xz
krb5-75b2945b718fa7a04ba00bcbd7a3a7e0c4046bc2.zip
* Makefile.in (clean-unix): Remove krb5-pro.h
(krb5-pro.h): Add HAVE_SYS_TYPES_H file so that sys/types.h may be included definition of size_t for krb5.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6894 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/Makefile.in')
-rw-r--r--src/include/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/Makefile.in b/src/include/Makefile.in
index 73bf34524..c6b0c4041 100644
--- a/src/include/Makefile.in
+++ b/src/include/Makefile.in
@@ -20,6 +20,7 @@ krb5-pro.h: krb5/autoconf.h
echo "/* Unfortunately some of these defines are compiler dependent */" >> krb5-pro.h
grep SIZEOF krb5/autoconf.h >> krb5-pro.h
grep HAVE_STDARG_H krb5/autoconf.h >> krb5-pro.h
+ grep HAVE_SYS_TYPES_H krb5/autoconf.h >> krb5-pro.h
echo "/* End of prologue section */" >> krb5-pro.h
krb5.h: krb5-pro.h $(srcdir)/krb5.hin krb5_err.h kdb5_err.h kv5m_err.h \
@@ -52,7 +53,8 @@ kv5m_err.h: $(SRCTOP)/lib/krb5/error_tables/kv5m_err.et
$(SRCTOP)/lib/krb5/error_tables/kv5m_err.et
clean-unix::
- $(RM) krb5.h krb5_err.h kdb5_err.h kv5m_err.h asn1_err.h adm_err.h
+ $(RM) krb5.h krb5-pro.h krb5_err.h kdb5_err.h kv5m_err.h \
+ asn1_err.h adm_err.h
clean-mac::