diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2002-11-01 15:31:11 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2002-11-01 15:31:11 +0000 |
commit | 24b167171c95abd67eb787ea2cd5aff655ba4574 (patch) | |
tree | e5e2d67c5aa82d4fef67c9855ca7f805bf9027aa /lex | |
parent | 74cdaf2ce9fe343dcbda61ae4257e231d712455e (diff) | |
download | ocaml-24b167171c95abd67eb787ea2cd5aff655ba4574.tar.gz |
ajout -nostdlib
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5223 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'lex')
-rw-r--r-- | lex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lex/Makefile b/lex/Makefile index cdf47563da..2e593133f2 100644 --- a/lex/Makefile +++ b/lex/Makefile @@ -13,8 +13,8 @@ # $Id$ # The lexer generator -CAMLC=../boot/ocamlrun ../boot/ocamlc -I ../boot -CAMLOPT=../boot/ocamlrun ../ocamlopt -I ../stdlib +CAMLC=../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot +CAMLOPT=../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib COMPFLAGS=-warn-error A CAMLYACC=../boot/ocamlyacc YACCFLAGS=-v |