aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.common b/Makefile.common
index de84aaefe3..8a29988d52 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -372,8 +372,8 @@ CAML_OBJECT_PATTERNS:=%.cmo %.cmx %.cmi %.cma %.cmxa %.cmxs %.dep.ps %.dot
STAGE1_TARGETS:= $(STAGE1) $(COQDEPBOOT) \
$(GENFILES) \
- source-doc revision toplevel/mltop.byteml toplevel/mltop.optml \
- $(STAGE1_ML4:.ml4=.ml4-preprocessed) %.o
+ source-doc revision toplevel/mltop.ml toplevel/mltop.optml \
+ $(STAGE1_ML4:.ml4=.ml) %.o
ifdef CM_STAGE1
STAGE1_TARGETS+=$(CAML_OBJECT_PATTERNS)
@@ -402,7 +402,7 @@ STAGE2_TARGETS:=$(COQBINARIES) lib kernel byterun library proofs tactics \
world install coqide coqide-files coq coqlib \
coqlight states check init theories theories-light \
$(DOC_TARGETS) $(VO_TARGETS) validate \
- %.vo %.glob states/% install-% %.ml4-preprocessed \
+ %.vo %.glob states/% install-% \
$(DOC_TARGET_PATTERNS)
ifndef CM_STAGE1