diff --git a/Makefile b/Makefile index b9cc42286..6522d91df 100644 --- a/Makefile +++ b/Makefile @@ -278,11 +278,11 @@ docs: .PHONY: docs zdtm: all - $(Q) MAKEFLAGS= $(MAKE) -C test/zdtm all + $(Q) $(MAKE) -C test/zdtm all .PHONY: zdtm test: zdtm - $(Q) MAKEFLAGS= $(MAKE) -C test + $(Q) $(MAKE) -C test .PHONY: test #