rule commands be the variable $(RECURSE_TARGETS).
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13806
dc483132-0cff-0310-8789-
dd5450dbe970
+2001-10-11 Tom Yu <tlyu@mit.edu>
+
+ * post.in: Minor tidying. Make the target of the mondo recursion
+ rule commands be the variable $(RECURSE_TARGETS).
+
2001-09-06 Ken Raeburn <raeburn@mit.edu>
* post.in (depfix2.sed): New target, generates a sed script
cd $(srcdir)/$(thisconfigdir) && \
$(AUTOCONF) --localdir=$(CONFIG_RELTOPDIR) $(AUTOCONFFLAGS)
-all-recurse clean-recurse distclean-recurse install-recurse check-recurse depend-recurse Makefiles-recurse:
+RECURSE_TARGETS=all-recurse clean-recurse distclean-recurse install-recurse \
+ check-recurse depend-recurse Makefiles-recurse
+
+$(RECURSE_TARGETS):
@case "`echo 'x$(MFLAGS)'|sed -e 's/^x//' -e 's/ --.*$$//'`" \
in *[ik]*) e="status=1" ;; *) e="exit 1";; esac; \
if test -z "$(MY_SUBDIRS)" ; then \