From 069d17f4f138fd779eff589119a7783784ababd9 Mon Sep 17 00:00:00 2001 From: Jim Fehrle Date: Thu, 28 Jun 2018 13:04:27 -0700 Subject: Rebuild coqtop$(EXE) in "make coqbinaries" in addition to coqtop.opt$(EXE). Fixes #7758. --- Makefile.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.build') diff --git a/Makefile.build b/Makefile.build index ed251af77..60682c6e3 100644 --- a/Makefile.build +++ b/Makefile.build @@ -387,12 +387,12 @@ grammar/%.cmi: grammar/%.mli .PHONY: coqbinaries coqbyte -coqbinaries: $(TOPBIN) $(CHICKEN) $(CSDPCERT) $(FAKEIDE) +coqbinaries: $(TOPBINOPT) $(COQTOPEXE) $(CHICKEN) $(CSDPCERT) $(FAKEIDE) coqbyte: $(TOPBYTE) $(CHICKENBYTE) # Special rule for coqtop, we imitate `ocamlopt` can delete the target # to avoid #7666 -$(COQTOPEXE): $(TOPBIN:.opt=.$(BEST)) +$(COQTOPEXE): $(TOPBINOPT:.opt=.$(BEST)) rm -f $@ && cp $< $@ bin/%.opt$(EXE): topbin/%_bin.ml $(LINKCMX) $(LIBCOQRUN) -- cgit v1.2.3