aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlmamane2007-10-15 12:15:10 +0000
committerlmamane2007-10-15 12:15:10 +0000
commitfbee9ccc05924b187f00f9a6f5c54ba05e6ab645 (patch)
treed403c54d4abf56fa92aed29aae729ce6c86e4315
parent65e08809965db4111309d9080b35be43b467f52e (diff)
build system: When using GOTO_STAGE, always go into that stage, even when target already exists
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10223 85f007b7-540e-0410-9357-904b9bb8a0f7
-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