summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2010-01-14 21:26:13 +0000
committerDamien Doligez <damien.doligez-inria.fr>2010-01-14 21:26:13 +0000
commitc066b291ed893c70ab986fc338df2a2d4f54affb (patch)
tree2e2f6a479e99d64830b851746d485e1e0e4bd4c4
parentf86122996a28d673e2764b71729d16dcc9b15777 (diff)
downloadocaml-c066b291ed893c70ab986fc338df2a2d4f54affb.tar.gz
missing include
git-svn-id: http://caml.inria.fr/svn/ocaml/version/3.11@9528 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--lex/Makefile.nt2
1 files changed, 2 insertions, 0 deletions
diff --git a/lex/Makefile.nt b/lex/Makefile.nt
index ab2a42a109..cb1ef94a5d 100644
--- a/lex/Makefile.nt
+++ b/lex/Makefile.nt
@@ -14,6 +14,8 @@
# The lexer generator
+include ../config/Makefile
+
CAMLC=../boot/ocamlrun ../boot/ocamlc -I ../boot
CAMLOPT=../boot/ocamlrun ../ocamlopt -I ../stdlib
COMPFLAGS=-warn-error A