Move Berkeley database code here; remove typo
authorPaul Park <pjpark@mit.edu>
Fri, 30 Jun 1995 20:20:34 +0000 (20:20 +0000)
committerPaul Park <pjpark@mit.edu>
Fri, 30 Jun 1995 20:20:34 +0000 (20:20 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6212 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/ChangeLog
src/lib/krb5/Makefile.in

index 984e5121b37de41cb160941160ce98609cafce13..4c8f8281e1d07d0af2c3af9439b3fb5eb2087f67 100644 (file)
@@ -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.
index 49290851328a73ca56303fe6eebc8f7dd38edc5e..1a61edad3084d8e5edd1d335e7d5495cb5d622fd 100644 (file)
@@ -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) ; \