diff --git a/support/scripts/mkmakefile b/support/scripts/mkmakefile index cef2ec7070..27b15073f3 100755 --- a/support/scripts/mkmakefile +++ b/support/scripts/mkmakefile @@ -32,16 +32,16 @@ MAKEFLAGS += --no-print-directory .PHONY: all \$(MAKECMDGOALS) -all := \$(filter-out all Makefile,\$(MAKECMDGOALS)) +all := \$(filter-out Makefile,\$(MAKECMDGOALS)) -all: +_all: \$(MAKE) \$(MAKEARGS) \$(all) Makefile:; -\$(all): all +\$(all): _all @: -%/: all +%/: _all @: EOF