From 75b2945b718fa7a04ba00bcbd7a3a7e0c4046bc2 Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Fri, 29 Sep 1995 17:43:42 +0000 Subject: [PATCH] * 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 --- src/include/ChangeLog | 7 +++++++ src/include/Makefile.in | 4 +++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 15dff6e76..498eaa080 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,10 @@ +Fri Sep 29 13:35:08 1995 Ezra Peisach + + * 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 + Fri Sep 29 01:35:50 1995 Theodore Y. Ts'o * k5-int.h: #include "osconf.h" all the time, at the beginning of 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:: -- 2.26.2