From: Greg Hudson Date: Wed, 16 Sep 2009 20:51:17 +0000 (+0000) Subject: Create DB headers before recursing for "make depend" in X-Git-Tag: krb5-1.8-alpha1~349 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8533538878edb7bc63c0d14378b2bbf004b0589f;p=krb5.git Create DB headers before recursing for "make depend" in plugins/kdb/db2/libdb2, to restore the r22486 functionality ("make depend" in an unbuilt source tree) after r22572 (predictable "make depend" output for DB headers). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22774 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/plugins/kdb/db2/libdb2/Makefile.in b/src/plugins/kdb/db2/libdb2/Makefile.in index f3a5f4963..536d31ca9 100644 --- a/src/plugins/kdb/db2/libdb2/Makefile.in +++ b/src/plugins/kdb/db2/libdb2/Makefile.in @@ -21,7 +21,7 @@ SHLIB_DIRS=-L$(TOPLIBD) SHLIB_RDIRS=$(KRB5_LIBDIR) all-unix:: includes all-libs -all-prerecurse: $(HDRS) +all-prerecurse depend-prerecurse: $(HDRS) clean-unix:: clean-libs clean-includes includes:: $(HDRS)