summaryrefslogtreecommitdiffstats
path: root/src/plugins/kdb/db2/libdb2/mpool
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2009-08-21 22:37:55 +0000
committerKen Raeburn <raeburn@mit.edu>2009-08-21 22:37:55 +0000
commit395e186d35cbc9cf86fae56e820c46186d305838 (patch)
tree5a84850a6cea99e97a324118fb703bdf7b07340b /src/plugins/kdb/db2/libdb2/mpool
parentde663ee521f24db994808d953460ff175a600a81 (diff)
downloadkrb5-395e186d35cbc9cf86fae56e820c46186d305838.tar.gz
krb5-395e186d35cbc9cf86fae56e820c46186d305838.tar.xz
krb5-395e186d35cbc9cf86fae56e820c46186d305838.zip
Rename db2 header files db.h and db-config.h in the source tree, so
that there will always be only one version of each name in the include path (namely, the copy made in the build tree, or the generated db.h if not using the in-tree one). This should fix some minor problems with different dependency lists generated on different systems. Sort and uniquify dependency header names before doing substitutions, as well as after. Look for the db2 headers listed in sorted order. Don't copy db-ndbm.h into the build tree; let libdb2 find it from the source tree only. Update dependencies. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22572 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/plugins/kdb/db2/libdb2/mpool')
-rw-r--r--src/plugins/kdb/db2/libdb2/mpool/deps6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/plugins/kdb/db2/libdb2/mpool/deps b/src/plugins/kdb/db2/libdb2/mpool/deps
index 32aa172c6e..86597d0680 100644
--- a/src/plugins/kdb/db2/libdb2/mpool/deps
+++ b/src/plugins/kdb/db2/libdb2/mpool/deps
@@ -2,7 +2,5 @@
# Generated makefile dependencies follow.
#
mpool.so mpool.po $(OUTPRE)mpool.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
- $(BUILDTOP)/include/db-config.h $(srcdir)/../include/config.h \
- $(srcdir)/../include/db-config.h $(srcdir)/../include/db-int.h \
- $(srcdir)/../include/db-queue.h $(srcdir)/../include/db.h \
- mpool.c mpool.h
+ $(DB_DEPS) $(srcdir)/../include/config.h $(srcdir)/../include/db-int.h \
+ $(srcdir)/../include/db-queue.h mpool.c mpool.h