+
+Fri Jun 30 14:43:38 EDT 1995 Paul Park (pjpark@mit.edu)
+ * Makefile.in - Add Berkeley database code here. Remove typo in
+ libupdate section.
+
Wed Jun 28 21:25:29 1995 Mark Eichin <eichin@cygnus.com>
* configure.in: with static libs, we need install-unix, not install.
TST=if test -n "`cat DONE`" ; then
LIB_SUBDIRS= error_tables asn.1 ccache ccache/stdio ccache/file \
- keytab keytab/file krb rcache free os posix $(BUILDTOP)/util/profile
+ keytab keytab/file krb rcache free os posix $(BUILDTOP)/util/profile \
+ $(BUILDTOP)/util/berk_db/hash
LIBUPDATE= $(BUILDTOP)/util/libupdate
LIBDONE= error_tables/DONE asn.1/DONE ccache/DONE ccache/stdio/DONE \
ccache/file/DONE keytab/DONE keytab/file/DONE krb/DONE \
rcache/DONE free/DONE os/DONE posix/DONE \
- $(BUILDTOP)/util/profile/DONE
+ $(BUILDTOP)/util/profile/DONE \
+ $(BUILDTOP)/util/berk_db/hash/DONE
#
# Depends on KRB4_LIB, KRB4_CRYPTO_LIB and libcrypto, expect two unresolved
# symbols:
if test -f $@ ; then \
for i in $(LIB_SUBDIRS) ; \
do \
- $(LIBUPDATE)nn $@ $$i/DONE $$i ; \
+ $(LIBUPDATE) $@ $$i/DONE $$i ; \
done ; \
else \
for i in $(LIB_SUBDIRS) ; \