aboutsummaryrefslogtreecommitdiff
path: root/Makefile.stage2
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.stage2')
-rw-r--r--Makefile.stage223
1 files changed, 0 insertions, 23 deletions
diff --git a/Makefile.stage2 b/Makefile.stage2
deleted file mode 100644
index e6a61b8e44..0000000000
--- a/Makefile.stage2
+++ /dev/null
@@ -1,23 +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.stage1
-include Makefile.doc
-
-STAGE2_DEPS := $(addsuffix .d, $(GENPLUGINSMOD) $(GENML4FILES) $(VFILES))
-
-.SECONDARY: $(STAGE2_DEPS)
--include $(STAGE2_DEPS)
-
-# NB: all $(STAGE1_DEPS) are already included thanks to the inclusion of
-# Makefile.stage1
-
-# For emacs:
-# Local Variables:
-# mode: makefile
-# End: