aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 909332eda4..bfee2d755a 100644
--- a/Makefile
+++ b/Makefile
@@ -1255,10 +1255,10 @@ bin/coqtopnew.opt$(EXE): $(COQMKTOP) $(CMX) $(USERTACCMX) $(NEWCMX)
bin/coqtopnew.byte$(EXE): $(COQMKTOP) $(CMO) $(USERTACCMO) $(HIGHPARSINGNEW)
$(COQMKTOP) -top $(OPTFLAGS) $(HIGHPARSINGNEW) -o $@
-newtheories/Init/%.vo: newtheories/Init/%.v
+newtheories/Init/%.vo: $(COQTOPNEW) newtheories/Init/%.v
$(NEWCOQBARE) -compile $*
-states/initialnew.coq: states/MakeInitialNew.v $(INITVO:%.vo=t%.vo)
+states/initialnew.coq: states/MakeInitialNew.v $(INITVO:%.vo=new%.vo)
$(NEWCOQBARE) -batch -silent -load-vernac-source states/MakeInitialNew.v -outputstate states/initialnew.coq
newcontrib/%.vo: newcontrib/%.v states/initialnew.coq