Fix from Chris Johns for inconsistent invocation of make.

This commit is contained in:
Joel Sherrill
1998-03-16 13:52:11 +00:00
parent 17ab8f5bc8
commit d2865dceeb
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ $(RECURSE_TARGETS):
sdirs="xxx" ; \
fi ; \
if [ "$$sdirs" != "xxx" ] ; then \
for subd in $$sdirs; do $(MAKE) -w -C $$subd $@; done ;\
for subd in $$sdirs; do $(MAKE) -w -C $$subd $(RULE); done ;\
fi
endif
endif

View File

@@ -45,7 +45,7 @@ $(RECURSE_TARGETS):
sdirs="xxx" ; \
fi ; \
if [ "$$sdirs" != "xxx" ] ; then \
for subd in $$sdirs; do $(MAKE) -w -C $$subd $@; done ;\
for subd in $$sdirs; do $(MAKE) -w -C $$subd $(RULE); done ;\
fi
endif
endif