summaryrefslogtreecommitdiffstats
path: root/support/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'support/scripts')
-rwxr-xr-xsupport/scripts/mkmakefile8
1 files changed, 4 insertions, 4 deletions
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
OpenPOWER on IntegriCloud