From 370fdebbace65b07002d0357393a10013e25203b Mon Sep 17 00:00:00 2001 From: bertot Date: Wed, 18 Apr 2001 11:59:31 +0000 Subject: Make sure the binaries needed for pcoq are compiled by default. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1602 85f007b7-540e-0410-9357-904b9bb8a0f7 --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 342aa60c4b..f9520750b9 100644 --- a/Makefile +++ b/Makefile @@ -222,7 +222,7 @@ COQTOPOPT=bin/coqtop.opt BESTCOQTOP=bin/coqtop.$(BEST) COQINTERFACE=bin/coq-interface bin/parser -COQBINARIES= $(COQMKTOP) $(COQC) $(COQTOPBYTE) $(BESTCOQTOP) +COQBINARIES= $(COQMKTOP) $(COQC) $(COQTOPBYTE) $(BESTCOQTOP) $(COQINTERFACE) world: $(COQBINARIES) states theories contrib tools @@ -281,7 +281,8 @@ toplevel: $(TOPLEVEL) # special binaries for debugging -bin/coq-interface: $(COQMKTOP) $(CMO) $(USERTACCMO) $(INTERFACE) +bin/coq-interface: $(COQMKTOP) $(CMO) $(USERTACCMO) $(INTERFACE) \ + contrib/interface/Centaur.vo $(COQMKTOP) -top $(INCLUDES) $(CAMLDEBUG) -o $@ $(INTERFACE) bin/parser: contrib/interface/parse.cmo contrib/interface/line_parser.cmo $(PARSERREQUIRES) contrib/interface/xlate.cmo contrib/interface/vtp.cmo -- cgit v1.2.3