forked from Imagelibrary/rtems
Fix from Chris Johns for inconsistent invocation of make.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user