diff options
Diffstat (limited to 'rules.mk')
-rw-r--r-- | rules.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,7 +13,8 @@ ifneq ($(SUBDIRS),) $(ALLTARGETS):: @set -e; for d in $(SUBDIRS); do \ echo "Making $@ in $$d"; \ - $(MAKE) --no-print-directory TOP=../$(TOP) -C $$d $@; \ + $(MAKE) $(MFLAGS) --no-print-directory \ + -C $$d TOP=../$(TOP) $@; \ done endif |