diff options
| author | Paul Park <pjpark@mit.edu> | 1995-06-30 20:20:34 +0000 |
|---|---|---|
| committer | Paul Park <pjpark@mit.edu> | 1995-06-30 20:20:34 +0000 |
| commit | 271e1d7d0d4e15c74c7358a5878a90cb49026f12 (patch) | |
| tree | 08acb5d70c46286a28edf112e8532cb5beb45064 /src | |
| parent | bd3acf09f5cb2bf7cdb978f6e42ce5097e2e6ab6 (diff) | |
| download | krb5-271e1d7d0d4e15c74c7358a5878a90cb49026f12.tar.gz krb5-271e1d7d0d4e15c74c7358a5878a90cb49026f12.tar.xz krb5-271e1d7d0d4e15c74c7358a5878a90cb49026f12.zip | |
Move Berkeley database code here; remove typo
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6212 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/krb5/ChangeLog | 5 | ||||
| -rw-r--r-- | src/lib/krb5/Makefile.in | 8 |
2 files changed, 10 insertions, 3 deletions
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 <eichin@cygnus.com> * 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) ; \ |
