summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ChangeLog4
-rw-r--r--src/include/Makefile.in1
2 files changed, 4 insertions, 1 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index c1c0b3e58..e78da9bba 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,3 +1,7 @@
+2005-01-04 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in (krb5.h): Don't pull in autoconf SIZEOF macros.
+
2004-12-21 Tom Yu <tlyu@mit.edu>
* krb5.hin: Flag krb5_principal2salt as KRB5_CALLCONV_WRONG.
diff --git a/src/include/Makefile.in b/src/include/Makefile.in
index 71080430c..861cc1191 100644
--- a/src/include/Makefile.in
+++ b/src/include/Makefile.in
@@ -34,7 +34,6 @@ $(srcdir)/krb5/autoconf.stmp: $(srcdir)/configure.in $(SRCTOP)/aclocal.m4
krb5.h: krb5/autoconf.h $(srcdir)/krb5.hin krb5_err.h kdb5_err.h kv5m_err.h krb524_err.h \
asn1_err.h
echo "/* This file is generated, please don't edit it directly. */" > krb5.h
- grep SIZEOF krb5/autoconf.h >> krb5.h
cat $(srcdir)/krb5.hin krb5_err.h kdb5_err.h kv5m_err.h krb524_err.h \
asn1_err.h >> krb5.h