From 670b2d346df899abf38f5e3fa0556fd5d9ac747c Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Thu, 30 Aug 2001 19:45:40 +0000 Subject: avoid re-running autoheader when not needed, using timestamp file git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13702 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/include/ChangeLog') diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 2e5416c32..660d49f9c 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,5 +1,10 @@ 2001-08-30 Ken Raeburn + * Makefile.in ($(srcdir)/krb5/autoconf.stmp): Since autoheader + doesn't change the target file if the contents wouldn't be + altered, touch an auxiliary timestamp file to avoid re-running + autoheader all the time. + * fake-addrinfo.c (getnameinfo): Cast address argument to gethostbyaddr. -- cgit