aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 536dfc3bc6..51a679ac7f 100644
--- a/Makefile
+++ b/Makefile
@@ -90,7 +90,7 @@ endif
ifdef GOTO_STAGE
config/Makefile Makefile.common Makefile.build Makefile: ;
-.DEFAULT:
+%: always
$(call stage-template,$(GOTO_STAGE))
else