correction cible opt.opt

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4546 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Maxence Guesdon 2002-03-19 09:36:24 +00:00
parent 2a51a895c2
commit 9157ee804f
2 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ include ../config/Makefile
CAMLRUN=../boot/ocamlrun
CAMLC=$(CAMLRUN) ../boot/ocamlc -I ../boot
CAMLOPT=../ocamlopt
CAMLOPT=$(CAMLRUN) ../ocamlopt
CAMLLEX=$(CAMLRUN) ../boot/ocamllex
INCLUDES=-I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp \
-I ../driver
@ -38,7 +38,7 @@ ocamldep: depend.cmi $(CAMLDEP_OBJ)
$(CAMLC) $(LINKFLAGS) -o ocamldep $(CAMLDEP_IMPORTS) $(CAMLDEP_OBJ)
depend.cmx:
$(CAMLOPT) $(INCLUDES) depend.ml
$(CAMLOPT) $(INCLUDES) -I ../stdlib depend.ml
clean::
rm -f ocamldep

View File

@ -16,7 +16,7 @@
CAMLRUN=..\boot\ocamlrun
CAMLC=$(CAMLRUN) ..\boot\ocamlc -I ..\boot
CAMLOPT=../ocamlopt
CAMLOPT==$(CAMLRUN) ../ocamlopt
CAMLLEX=$(CAMLRUN) ..\boot\ocamllex
INCLUDES=-I ..\utils -I ..\parsing -I ..\typing -I ..\bytecomp -I ..\asmcomp \
-I ..\driver
@ -38,7 +38,7 @@ ocamldep: depend.cmi $(CAMLDEP)
$(CAMLC) $(LINKFLAGS) -o ocamldep $(CAMLDEP_IMPORTS) $(CAMLDEP)
depend.cmx: depend.ml
$(CAMLOPT) $(INCLUDES) depend.ml
$(CAMLOPT) $(INCLUDES) -I ../stdlib depend.ml
clean::
rm -f ocamldep