summaryrefslogtreecommitdiff
path: root/lex
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2002-11-01 15:31:11 +0000
committerDamien Doligez <damien.doligez-inria.fr>2002-11-01 15:31:11 +0000
commit24b167171c95abd67eb787ea2cd5aff655ba4574 (patch)
treee5e2d67c5aa82d4fef67c9855ca7f805bf9027aa /lex
parent74cdaf2ce9fe343dcbda61ae4257e231d712455e (diff)
downloadocaml-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/Makefile4
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