aboutsummaryrefslogtreecommitdiff
path: root/Makefile.stage3
diff options
context:
space:
mode:
authorletouzey2009-03-16 13:41:49 +0000
committerletouzey2009-03-16 13:41:49 +0000
commitd63dee24c817560a6fea49dfe0c851b4df25ecf7 (patch)
tree8616d535967062650f2b2f1c61bc2aff810cc666 /Makefile.stage3
parentc4fc3d3d4bcad5fd6dbca6f55dffd20580006f35 (diff)
coqdep_boot: a specialized and dependency-free coqdep for killing one of the build stages
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11984 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile.stage3')
-rw-r--r--Makefile.stage321
1 files changed, 0 insertions, 21 deletions
diff --git a/Makefile.stage3 b/Makefile.stage3
deleted file mode 100644
index 1bd336d247..0000000000
--- a/Makefile.stage3
+++ /dev/null
@@ -1,21 +0,0 @@
-#######################################################################
-# v # The Coq Proof Assistant / The Coq Development Team #
-# <O___,, # INRIA-Rocquencourt & LRI-CNRS-Orsay #
-# \VV/ #############################################################
-# // # This file is distributed under the terms of the #
-# # GNU Lesser General Public License Version 2.1 #
-#######################################################################
-
-include Makefile.stage2
-include Makefile.doc
-
--include $(VFILES:.v=.v.d)
-.SECONDARY: $(VFILES:.v=.v.d)
-
-.PHONY: stage3
-stage3: world
-
-# For emacs:
-# Local Variables:
-# mode: makefile
-# End: