* Makefile.in (update-autoconf-h): New target. Checks that
include/krb5/autoconf.h is current.
(all-prerecurse): Depend on it.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16164
dc483132-0cff-0310-8789-
dd5450dbe970
+2004-03-14 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in (update-autoconf-h): New target. Checks that
+ include/krb5/autoconf.h is current.
+ (all-prerecurse): Depend on it.
+
2004-03-08 Ken Raeburn <raeburn@mit.edu>
* Makefile.in (SUBDIRS): Renamed from MY_SUBDIRS.
all-unix:: krb5-config
+# Lots of things will start to depend on the thread support, which
+# needs autoconf.h, but building "all" in include requires that util/et
+# have been built first. Until we can untangle this, let's just check
+# that autoconf.h is up to date before going into any of the subdirectories.
+all-prerecurse: update-autoconf-h
+update-autoconf-h:
+ (cd include && $(MAKE) krb5/autoconf.h)
+
all-mac::
all-windows:: maybe-awk Makefile-windows