From: Theodore Tso Date: Tue, 21 May 1996 01:09:17 +0000 (+0000) Subject: Update use of libupdate to use the new command line arguments X-Git-Tag: krb5-1.0-beta6~47 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=28b6cf0d1a94d3e5a038176f6c83571ae7053ab4;p=krb5.git Update use of libupdate to use the new command line arguments git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8086 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/berk_db/ChangeLog b/src/util/berk_db/ChangeLog index e891c20ec..4cf149863 100644 --- a/src/util/berk_db/ChangeLog +++ b/src/util/berk_db/ChangeLog @@ -1,3 +1,8 @@ +Mon May 20 21:08:01 1996 Theodore Ts'o + + * Makefile.in: Update use of libupdate to use the new command line + arguments. + Fri Oct 6 22:06:14 1995 Theodore Y. Ts'o * Makefile.in: Remove ##DOS!include of config/windows.in. diff --git a/src/util/berk_db/Makefile.in b/src/util/berk_db/Makefile.in index a2b929083..ce3a4e045 100644 --- a/src/util/berk_db/Makefile.in +++ b/src/util/berk_db/Makefile.in @@ -18,15 +18,9 @@ all-windows:: libdb.$(STEXT): $(LIBDONE) @if test -f $@ ; then \ - for i in $(LIB_SUBDIRS) ; \ - do \ - (set -x; $(LIBUPDATE) $@ $$i/DONE $$i) \ - done ; \ + (set -x; $(LIBUPDATE) $@ DONE $(LIB_SUBDIRS)) \ else \ - for i in $(LIB_SUBDIRS) ; \ - do \ - (set -x; $(LIBUPDATE) --force $@ $$i/DONE $$i) \ - done ; \ + (set -x; $(LIBUPDATE) --force $@ DONE $(LIB_SUBDIRS)) \ fi $(RANLIB) $@ touch libdb.stamp