Update use of libupdate to use the new command line arguments
authorTheodore Tso <tytso@mit.edu>
Tue, 21 May 1996 01:09:17 +0000 (01:09 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 21 May 1996 01:09:17 +0000 (01:09 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8086 dc483132-0cff-0310-8789-dd5450dbe970

src/util/berk_db/ChangeLog
src/util/berk_db/Makefile.in

index e891c20ec626d5df4dadb798999f4b3a807f19bf..4cf14986327520a94ce7599f8c12a1af11fb321e 100644 (file)
@@ -1,3 +1,8 @@
+Mon May 20 21:08:01 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
+
+       * Makefile.in: Update use of libupdate to use the new command line
+               arguments.
+
 Fri Oct  6 22:06:14 1995  Theodore Y. Ts'o  <tytso@dcl>
 
        * Makefile.in: Remove ##DOS!include of config/windows.in.
index a2b929083ee185a961f3a30147d4eb2aded3c3e5..ce3a4e04554a2294d8d438873b1d48c7f53294d0 100644 (file)
@@ -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