summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2003-01-06 14:57:22 +0000
committerXavier Leroy <xavier.leroy@inria.fr>2003-01-06 14:57:22 +0000
commite4be569712bba6923e6df9ebb4e124129b211248 (patch)
tree7bfa680653803e71e4378df903249e990e6b6389
parente096f7d590bce6460be00bb852724e8b61714663 (diff)
MAJ variable OBJS
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5372 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--lex/Makefile.nt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lex/Makefile.nt b/lex/Makefile.nt
index f8b1c852c..ab2a42a10 100644
--- a/lex/Makefile.nt
+++ b/lex/Makefile.nt
@@ -24,7 +24,7 @@ CAMLLEX=../boot/ocamlrun ../boot/ocamllex
CAMLDEP=../boot/ocamlrun ../tools/ocamldep
DEPFLAGS=
-OBJS=parser.cmo lexer.cmo lexgen.cmo compact.cmo output.cmo main.cmo
+OBJS=cset.cmo syntax.cmo parser.cmo lexer.cmo table.cmo lexgen.cmo compact.cmo common.cmo output.cmo outputbis.cmo main.cmo
all: ocamllex syntax.cmo
allopt: ocamllex.opt