Create DB headers before recursing for "make depend" in
authorGreg Hudson <ghudson@mit.edu>
Wed, 16 Sep 2009 20:51:17 +0000 (20:51 +0000)
committerGreg Hudson <ghudson@mit.edu>
Wed, 16 Sep 2009 20:51:17 +0000 (20:51 +0000)
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

src/plugins/kdb/db2/libdb2/Makefile.in

index f3a5f4963d25f1b521f25e7a132e94d3013e220b..536d31ca9ec1e7a7a70d069fe992b5567f76b75d 100644 (file)
@@ -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)