summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ChangeLog5
-rw-r--r--src/include/Makefile.in4
2 files changed, 8 insertions, 1 deletions
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 <raeburn@mit.edu>
+ * 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.
diff --git a/src/include/Makefile.in b/src/include/Makefile.in
index 9d3ee0031..29e79af6c 100644
--- a/src/include/Makefile.in
+++ b/src/include/Makefile.in
@@ -17,8 +17,10 @@ all-windows::
krb5/autoconf.h: $(srcdir)/krb5/autoconf.h.in
(cd krb5; $(MAKE) autoconf.h)
-$(srcdir)/krb5/autoconf.h.in: $(srcdir)/configure.in $(SRCTOP)/acconfig.h
+$(srcdir)/krb5/autoconf.h.in: $(srcdir)/krb5/autoconf.stmp
+$(srcdir)/krb5/autoconf.stmp: $(srcdir)/configure.in $(SRCTOP)/acconfig.h
cd $(srcdir) && $(AUTOHEADER) --localdir=$(CONFIG_RELTOPDIR) $(AUTOHEADERFLAGS)
+ touch $(srcdir)/krb5/autoconf.stmp
krb5.h: krb5/autoconf.h $(srcdir)/krb5.hin krb5_err.h kdb5_err.h kv5m_err.h \
asn1_err.h