diff options
| author | Greg Hudson <ghudson@mit.edu> | 2009-09-16 20:51:17 +0000 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2009-09-16 20:51:17 +0000 |
| commit | 8533538878edb7bc63c0d14378b2bbf004b0589f (patch) | |
| tree | e97ac87ec3c705c09be32d6084046daa138bac40 /src/plugins | |
| parent | 15bf0145e29abaa801c8cf5fc1fe90e852a7a8cd (diff) | |
| download | krb5-8533538878edb7bc63c0d14378b2bbf004b0589f.tar.gz krb5-8533538878edb7bc63c0d14378b2bbf004b0589f.tar.xz krb5-8533538878edb7bc63c0d14378b2bbf004b0589f.zip | |
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
Diffstat (limited to 'src/plugins')
| -rw-r--r-- | src/plugins/kdb/db2/libdb2/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
