aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar lmamane <lmamane@85f007b7-540e-0410-9357-904b9bb8a0f7>2007-07-16 10:16:38 +0000
committerGravatar lmamane <lmamane@85f007b7-540e-0410-9357-904b9bb8a0f7>2007-07-16 10:16:38 +0000
commita964a7da07af0921ce173c4ef2f89fc80609366c (patch)
tree2f0a96c3c2198a7874cb340960e50783778977b8 /Makefile
parente45135c43acd75a604da1b3eb6c90c161d064400 (diff)
A cleaner solution to "make deletes .ml4.d files -> infinite loop" problem
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10010 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 6e17851a3..7c94fb654 100644
--- a/Makefile
+++ b/Makefile
@@ -57,14 +57,11 @@ define stage-template
endef
endif
-stage0: always
- $(call stage-template,0)
-
-%.o: stage0
+%.o: always
$(call stage-template,1)
#STAGE1_TARGETS includes all object files necessary for $(STAGE1)
-stage1 $(STAGE1_TARGETS): stage0
+stage1 $(STAGE1_TARGETS): always
$(call stage-template,1)
%.cmo %.cmx %.cmi %.cma %.cmxa %.ml4.preprocessed: stage1