summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 53ec39518ea4..a605d14846cd 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -58,9 +58,9 @@ include $(BUILDDIR)/config_$(gb_Side).mk
ifeq ($(GMAKE_OPTIONS),)
ifeq ($(verbose)$(VERBOSE),)
-export GMAKE_OPTIONS:=-rs
+export GMAKE_OPTIONS:=-rs$(MAKEFLAGS)
else
-export GMAKE_OPTIONS:=-r
+export GMAKE_OPTIONS:=-r$(MAKEFLAGS)
endif
endif