From 8f4b7f1b6d59978db284f89e474faf9d01488a7e Mon Sep 17 00:00:00 2001 From: corbinea Date: Fri, 13 Jul 2007 11:08:26 +0000 Subject: New bootstrapping, improved, Makefile system Documented in dev/doc/build-system.txt . git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9992 85f007b7-540e-0410-9357-904b9bb8a0f7 --- config/Makefile.template | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') diff --git a/config/Makefile.template b/config/Makefile.template index a3465722f..d4fa11783 100644 --- a/config/Makefile.template +++ b/config/Makefile.template @@ -15,6 +15,9 @@ # ############################################################################# +#Variable used to detect whether ./configure has run successfully. +COQ_CONFIGURED=yes + # Local use (no installation) LOCAL=LOCALINSTALLATION -- cgit v1.2.3