summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util/berk_db/ChangeLog9
-rw-r--r--src/util/berk_db/Makefile.in6
2 files changed, 11 insertions, 4 deletions
diff --git a/src/util/berk_db/ChangeLog b/src/util/berk_db/ChangeLog
index 732a65f03..a284e3c2e 100644
--- a/src/util/berk_db/ChangeLog
+++ b/src/util/berk_db/ChangeLog
@@ -1,3 +1,12 @@
+Tue Jul 18 18:04:21 1995 Sam Hartman <hartmans@tertius.mit.edu>
+
+ * Makefile.in (install): Combine the ranlib in with the rest of
+ the rule. This cleans up the $(STEXT) rule.
+
+Thu Jul 13 16:24:07 1995 Sam Hartman <hartmans@tertius.mit.edu>
+
+ * Makefile.in (clean-unix): Use libdb.$(STEXT) so that it works
+ under AIX.
Fri Jul 7 16:41:17 EDT 1995 Paul Park (pjpark@mit.edu)
* Makefile.in - Add DEPLIBS, needed by shared library rule.
diff --git a/src/util/berk_db/Makefile.in b/src/util/berk_db/Makefile.in
index 8e1299399..b9f726879 100644
--- a/src/util/berk_db/Makefile.in
+++ b/src/util/berk_db/Makefile.in
@@ -18,11 +18,8 @@ all-unix::
all-windows::
-libdb_ranlib: libdb.a
- $(RANLIB) libdb.a
- touch $@
-libdb.a: hash/DONE
+libdb.$(STEXT): hash/DONE
@if test -f $@ ; then \
for i in $(LIB_SUBDIRS) ; \
do \
@@ -34,6 +31,7 @@ libdb.a: hash/DONE
(set -x; $(LIBUPDATE) --force $@ $$i/DONE $$i) \
done ; \
fi
+ $(RANLIB) $@
touch libdb.stamp
install:: libdb_ranlib