summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util/db2/ChangeLog4
-rw-r--r--src/util/db2/Makefile.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/src/util/db2/ChangeLog b/src/util/db2/ChangeLog
index 96ae5562b..7c787e20b 100644
--- a/src/util/db2/ChangeLog
+++ b/src/util/db2/ChangeLog
@@ -1,3 +1,7 @@
+2002-08-14 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in (SUBDIROBJLISTS): New variable.
+
2002-01-03 Ken Raeburn <raeburn@mit.edu>
* btree/bt_put.c (__bt_put): Correctly handle writing out the key
diff --git a/src/util/db2/Makefile.in b/src/util/db2/Makefile.in
index f01352441..1143db8fd 100644
--- a/src/util/db2/Makefile.in
+++ b/src/util/db2/Makefile.in
@@ -9,6 +9,7 @@ LIBMAJOR=1
LIBMINOR=0
STOBJLISTS=hash/OBJS.ST btree/OBJS.ST db/OBJS.ST mpool/OBJS.ST \
recno/OBJS.ST clib/OBJS.ST
+SUBDIROBJLISTS=$(STOBJLISTS)
RELDIR=../util/db2
HDRDIR=$(BUILDTOP)/include