diff options
| author | Theodore Tso <tytso@mit.edu> | 1996-05-21 01:09:17 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1996-05-21 01:09:17 +0000 |
| commit | 28b6cf0d1a94d3e5a038176f6c83571ae7053ab4 (patch) | |
| tree | 55e5824a4950efed9965882047a5e8bffdc84e90 /src | |
| parent | 8c52f5766c36cb07e8dcbf93249600235bca1468 (diff) | |
| download | krb5-28b6cf0d1a94d3e5a038176f6c83571ae7053ab4.tar.gz krb5-28b6cf0d1a94d3e5a038176f6c83571ae7053ab4.tar.xz krb5-28b6cf0d1a94d3e5a038176f6c83571ae7053ab4.zip | |
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
Diffstat (limited to 'src')
| -rw-r--r-- | src/util/berk_db/ChangeLog | 5 | ||||
| -rw-r--r-- | src/util/berk_db/Makefile.in | 10 |
2 files changed, 7 insertions, 8 deletions
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 <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. 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 |
