* aclocal.m4 (SubdirLibRule): don't recreate DONE if list of objs
authorTom Yu <tlyu@mit.edu>
Sun, 2 Jul 1995 10:50:04 +0000 (10:50 +0000)
committerTom Yu <tlyu@mit.edu>
Sun, 2 Jul 1995 10:50:04 +0000 (10:50 +0000)
commit8ad59cabadf0ac64b4b8f0e6690e4689cd44094d
tree2af702909474320865777d8e0f521e52d3da0377
parent3366c9fe9c2199954d2a6e99774bd1c7d2d069e9
* aclocal.m4 (SubdirLibRule): don't recreate DONE if list of objs
is null to avoid re-making lotsa stuff.
(_MAKE_SUBDIRS): really gross sh hack for subdir
recursion; make -[ik] should dtrt now even with broken
makes (like Ultrix) that do sh -ce "rule".  Basically,
throw an "if" test around the recursion line so that even
if the -e option to sh is set by make, an error in a
subdir below won't cause for loop to exit unless we want
it to.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6218 dc483132-0cff-0310-8789-dd5450dbe970
src/ChangeLog
src/aclocal.m4