svn rev #22774: trunk/src/plugins/kdb/db2/libdb2/
ghudson@MIT.EDU
ghudson at MIT.EDU
Wed Sep 16 16:51:18 EDT 2009
http://src.mit.edu/fisheye/changelog/krb5/?cs=22774
Commit By: ghudson
Log Message:
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).
Changed Files:
U trunk/src/plugins/kdb/db2/libdb2/Makefile.in
Modified: trunk/src/plugins/kdb/db2/libdb2/Makefile.in
===================================================================
--- trunk/src/plugins/kdb/db2/libdb2/Makefile.in 2009-09-16 18:01:12 UTC (rev 22773)
+++ trunk/src/plugins/kdb/db2/libdb2/Makefile.in 2009-09-16 20:51:17 UTC (rev 22774)
@@ -21,7 +21,7 @@
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)
More information about the cvs-krb5
mailing list