* post.in: Minor tidying. Make the target of the mondo recursion
authorTom Yu <tlyu@mit.edu>
Fri, 12 Oct 2001 02:40:43 +0000 (02:40 +0000)
committerTom Yu <tlyu@mit.edu>
Fri, 12 Oct 2001 02:40:43 +0000 (02:40 +0000)
rule commands be the variable $(RECURSE_TARGETS).

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13806 dc483132-0cff-0310-8789-dd5450dbe970

src/config/ChangeLog
src/config/post.in

index 31ea5ce9770bedb0cc9bde3cc1df15c06badc973..edad153512a721b57eda4485033255f7bd591552 100644 (file)
@@ -1,3 +1,8 @@
+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
index 4fc9c056c63bcb67bac983c976784a1bde14cd8a..698d0135be1e29136a1cdbc67806f0279374a92d 100644 (file)
@@ -74,7 +74,10 @@ $(srcdir)/$(thisconfigdir)/configure: $(srcdir)/$(thisconfigdir)/configure.in \
        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 \