correction erreurs syntaxe

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4567 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Maxence Guesdon 2002-03-28 09:20:08 +00:00
parent 7a5ea24427
commit efe1bee984
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
CAMLRUN=..\boot\ocamlrun
CAMLC=$(CAMLRUN) ..\boot\ocamlc -I ..\boot
CAMLOPT==$(CAMLRUN) ../ocamlopt
CAMLOPT=$(CAMLRUN) ..\ocamlopt
CAMLLEX=$(CAMLRUN) ..\boot\ocamllex
INCLUDES=-I ..\utils -I ..\parsing -I ..\typing -I ..\bytecomp -I ..\asmcomp \
-I ..\driver