asn1_err.h >> krb5/krb5.h
echo "#endif /* KRB5_KRB5_H_INCLUDED */" >> krb5/krb5.h
-verify-calling-conventions-krb5: krb5/krb5.h
- $(PERL) -w $(SRCTOP)/util/def-check.pl krb5/krb5.h $(SRCTOP)/lib/krb5_32.def
+verify-calling-conventions-krb5: private-and-public-decls
+ $(PERL) -w $(SRCTOP)/util/def-check.pl private-and-public-decls $(SRCTOP)/lib/krb5_32.def
+private-and-public-decls: krb5/krb5.h $(srcdir)/k5-int.h
+ cat krb5/krb5.h $(srcdir)/k5-int.h > private-and-public-decls
#
# Build the error table include files:
clean-unix::
$(RM) krb5/krb5.h krb5_err.h kdb5_err.h kv5m_err.h krb524_err.h \
- asn1_err.h
+ asn1_err.h private-and-public-decls
$(RM) $(ET_HEADERS) autoconf.stamp
clean-windows::