summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lex/Makefile b/lex/Makefile
index cdf47563d..2e593133f 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