From: Paul Park Date: Fri, 30 Jun 1995 20:20:34 +0000 (+0000) Subject: Move Berkeley database code here; remove typo X-Git-Tag: krb5-1.0-beta6~1603 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=271e1d7d0d4e15c74c7358a5878a90cb49026f12;p=krb5.git Move Berkeley database code here; remove typo git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6212 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/ChangeLog b/src/lib/krb5/ChangeLog index 984e5121b..4c8f8281e 100644 --- a/src/lib/krb5/ChangeLog +++ b/src/lib/krb5/ChangeLog @@ -1,3 +1,8 @@ + +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 * configure.in: with static libs, we need install-unix, not install. diff --git a/src/lib/krb5/Makefile.in b/src/lib/krb5/Makefile.in index 492908513..1a61edad3 100644 --- a/src/lib/krb5/Makefile.in +++ b/src/lib/krb5/Makefile.in @@ -4,12 +4,14 @@ 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: @@ -33,7 +35,7 @@ libkrb5.$(STEXT): $(LIBDONE) 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) ; \