summaryrefslogtreecommitdiffstats
path: root/src/util/db2/ChangeLog
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2003-04-02 04:47:53 +0000
committerTom Yu <tlyu@mit.edu>2003-04-02 04:47:53 +0000
commitf43088e76274fdfad885f6a012efa2d18c86b58b (patch)
tree653041682c362e032c1552868854cc83459bf253 /src/util/db2/ChangeLog
parent667926b0cbc8acabaecc58f8edbfb18a738aaa86 (diff)
don't install in-tree libdb
Don't install the in-tree libdb. This requires that libkdb, etc. explicitly pull in the object files of the in-tree libdb if not using the system libdb. ticket: new status: open target_version: 1.3 tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15320 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/db2/ChangeLog')
-rw-r--r--src/util/db2/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/util/db2/ChangeLog b/src/util/db2/ChangeLog
index acac38ef1..7c9d1dfa9 100644
--- a/src/util/db2/ChangeLog
+++ b/src/util/db2/ChangeLog
@@ -1,3 +1,8 @@
+2003-04-01 Tom Yu <tlyu@mit.edu>
+
+ * Makefile.in (install-unix): Delete install-libs. We don't want
+ to install our in-tree libdb.
+
2003-01-10 Ken Raeburn <raeburn@mit.edu>
* configure.in: Don't explicitly invoke AC_PROG_INSTALL.