From fbee9ccc05924b187f00f9a6f5c54ba05e6ab645 Mon Sep 17 00:00:00 2001 From: lmamane Date: Mon, 15 Oct 2007 12:15:10 +0000 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3