cible opt.opt pour tools

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4543 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Maxence Guesdon 2002-03-18 16:44:34 +00:00
parent bd8c3bbd18
commit 414d2b1ac5
2 changed files with 6 additions and 2 deletions

View File

@ -217,7 +217,7 @@ opt-core:runtimeopt ocamlopt libraryopt
opt: runtimeopt ocamlopt libraryopt otherlibrariesopt camlp4opt
# Native-code versions of the tools
opt.opt: ocamlc.opt ocamlopt.opt ocamllex.opt camlp4optopt
opt.opt: ocamlc.opt ocamlopt.opt ocamllex.opt camlp4optopt ocamltoolsopt.opt
# Installation
install: FORCE
@ -524,6 +524,8 @@ clean::
ocamltools: ocamlc ocamlyacc ocamllex
cd tools; $(MAKE) all
ocamltoolsopt.opt: ocamlc.opt ocamlyacc ocamllex
cd tools; $(MAKE) opt.opt
partialclean::
cd tools; $(MAKE) clean
alldepend::

View File

@ -207,7 +207,7 @@ cleanboot:
opt: runtimeopt ocamlopt libraryopt otherlibrariesopt camlp4opt
# Native-code versions of the tools
opt.opt: ocamlc.opt ocamlopt.opt ocamllex.opt
opt.opt: ocamlc.opt ocamlopt.opt ocamllex.opt ocamltoolsopt.opt
# Installation
install: installbyt installopt
@ -509,6 +509,8 @@ clean::
ocamltools:
cd tools & $(MAKEREC) all
ocamltoolsopt.opt:
cd tools & $(MAKEREC) opt.opt
partialclean::
cd tools & $(MAKEREC) clean
alldepend::